-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TADrun.sh question #1
Comments
Mojy,
Those are the input parameters for TADcalc_mp.py . Please look at the
python code to see if it is clear.
-Rachel
-
…On Tue, Jun 27, 2023 at 8:36 AM Mojy ***@***.***> wrote:
@LiujuanRachelTang <https://github.com/LiujuanRachelTang>
What are those $SLURM_ARRAY_TASK_ID $SLURM_ARRAY_TASK_COUNT in the
following lines at TADrun.sh?
echo "host name is hostname : $SLURM_ARRAY_TASK_ID
$SLURM_ARRAY_TASK_COUNT ../fort.63.nc"
cp ../TXstabilize/fort.63.nc tt/${SLURM_ARRAY_TASK_ID}.nc
./TADcalc_mp.py $SLURM_ARRAY_TASK_ID $SLURM_ARRAY_TASK_COUNT tt/$
{SLURM_ARRAY_TASK_ID}.nc
date
—
Reply to this email directly, view it on GitHub
<#1>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUVW64JLQRMWIHBTYNRTADLXNL4ZJANCNFSM6AAAAAAZVZGHJM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
I am not sure. On TADcalc_mp.py, line 12, # call as TADcalc_mp.py TASK_ID TASK_COUNT filename |
Mojy,
I suggest trying to run an example with fort.63.nc first. You may use
Elena's fort.63.nc since its size is much smaller than my Alaska output.
In this way, it helps better understand how it works.
…-Rachel
On Tue, Jun 27, 2023 at 9:33 AM Mojy ***@***.***> wrote:
I am not sure. On TADcalc_mp.py, line 12, # call as TADcalc_mp.py TASK_ID
TASK_COUNT filename
Does it mean that those *TASK_ID* and *TASK_COUNT* should be defined at
TADrun.sh?
@Delta-function <https://github.com/Delta-function>: could you please
provide an example?
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUVW64OP3F2S76AJCJT5GILXNMDN7ANCNFSM6AAAAAAZVZGHJM>
.
You are receiving this because you were mentioned.Message ID:
<noaa-ocs-modeling/VDatum-Spatially-Varying-Uncertainty/issues/1/1609867259
@github.com>
|
@Delta-function, Could you please send me the link for one of your fort.63.nc. I need to see how these three scripts work. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@LiujuanRachelTang @Delta-function
What are those $SLURM_ARRAY_TASK_ID $SLURM_ARRAY_TASK_COUNT in the following lines at TADrun.sh?
echo "host name is$SLURM_ARRAY_TASK_COUNT tt/$ {SLURM_ARRAY_TASK_ID}.nc
hostname
: $SLURM_ARRAY_TASK_ID $SLURM_ARRAY_TASK_COUNT ../fort.63.nc"cp ../TXstabilize/fort.63.nc tt/${SLURM_ARRAY_TASK_ID}.nc
./TADcalc_mp.py $SLURM_ARRAY_TASK_ID
date
The text was updated successfully, but these errors were encountered: