You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-04-19 19:12:28,039_039:INFO:cmorize:pr: creating CMOR variable with CMOR axis objects.
File "/lcrc/soft/climate/e3sm-unified/base/envs/e3sm_unified_1.10.0rc1_chrysalis/lib/python3.10/site-packages/e3sm_to_cmip/__main__.py", line 931, in _run_parallel
out = res.result()
File "/lcrc/soft/climate/e3sm-unified/base/envs/e3sm_unified_1.10.0rc1_chrysalis/lib/python3.10/concurrent/futures/_base.py", line 458, in result
return self.__get_result()
File "/lcrc/soft/climate/e3sm-unified/base/envs/e3sm_unified_1.10.0rc1_chrysalis/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result
raise self._exception
^M 50%|█████ | 1/2 [00:00<00:00, 5.38it/s] File "/lcrc/soft/climate/e3sm-unified/base/envs/e3sm_unified_1.10.0rc1_chrysalis/lib/python3.10/site-packages/e3sm_to_cmip/__main__.py", line 931, in _run_parallel
out = res.result()
File "/lcrc/soft/climate/e3sm-unified/base/envs/e3sm_unified_1.10.0rc1_chrysalis/lib/python3.10/concurrent/futures/_base.py", line 451, in result
return self.__get_result()
File "/lcrc/soft/climate/e3sm-unified/base/envs/e3sm_unified_1.10.0rc1_chrysalis/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result
raise self._exception
^M100%|██████████| 2/2 [00:00<00:00, 10.74it/s]
...
mv: cannot stat '/lcrc/group/e3sm/ac.forsyth2/zppy_p1_output/v3.LR.piControl/post/atm/native/cmip_ts/monthly/tmp_ts_atm_monthly_0001-0005-0005/CMIP6/CMIP/*/*/*/*/*/*/*/*/*.nc': No such file or directory
What did you expect to happen? Are there are possible answers you came across?
It would be good to catch the grid error earlier and raise that instead of letting e3sm_to_cmip error out on a concurrency bug that isn't particularly informative. E.g., is it easy to say "oh zppy's mapping_file includes a certain substring and therefore will/won't be compatible"?
@TonyB9000 has a table to keep track of mapping file information, (/p/user_pub/e3sm/staging/resource/derivatives.conf on acme1, /lcrc/group/e3sm2/DSM/Staging/Resource/derivatives.conf on chrysalis), which has "selections based upon realm, resolution, and model_version. It can be USED programmatically, but cannot be MAINTAINED programmatically"
What happened?
I ran into this error:
because I missed specifying a
mapping_file
in zppy. See E3SM-Project/zppy#549 (comment) and E3SM-Project/zppy#549 (comment) for original comments.What did you expect to happen? Are there are possible answers you came across?
It would be good to catch the grid error earlier and raise that instead of letting
e3sm_to_cmip
error out on a concurrency bug that isn't particularly informative. E.g., is it easy to say "ohzppy
'smapping_file
includes a certain substring and therefore will/won't be compatible"?@TonyB9000 has a table to keep track of mapping file information, (
/p/user_pub/e3sm/staging/resource/derivatives.conf
on acme1,/lcrc/group/e3sm2/DSM/Staging/Resource/derivatives.conf
on chrysalis), which has "selections based upon realm, resolution, and model_version. It can be USED programmatically, but cannot be MAINTAINED programmatically"Minimal Complete Verifiable Example (MVCE)
Relevant log output
No response
Anything else we need to know?
The
zppy
cfg:Notice, no
mapping_file
specified for the ts_atm_monthly subtaskEnvironment
source /lcrc/soft/climate/e3sm-unified/test_e3sm_unified_1.10.0rc1_chrysalis.sh
->e3sm_unified_1.10.0rc1_login
The text was updated successfully, but these errors were encountered: