Dear community,
I am wondering how to change the output grid projection from lambert to regional_latlon.
I tried to do the following:
1. In my config.sh, I set "PREDEF_GRID_NAME="RRFS_CONUS_25km" ".
2. Based on the values in WRTCMP_output_grid=("rotated_latlon" "lambert_conformal" "regional_latlon") in valid_param_vals.sh, I changed to WRTCMP_output_grid="regional_latlon" on "RRFS CONUS domain with ~25km cells" section.
When I ran run_fcst, I met the following errors (slurm file also attached):
max hourly downdraft vel, output name=dnvvelmax
max hourly 0-3km updraft helicity, output name=uhmax03
max hourly 0-3km updraft helicity, output name=uhmin03
max hourly 2-5km updraft helicity, output name=uhmax25
max hourly 2-5km updraft helicity, output name=uhmin25
af create fcst fieldbundle, name=phy_nearest_stodrc= 0
af create fcst fieldbundle, name=phy_bilinearrc= 0
in fv_phys bundle,nbdl= 2
add 3D field to after nearest_stod, fld=skebu_wts
add 3D field to after nearest_stod, fld=skebv_wts
add 3D field to after nearest_stod, fld=sppt_wts
add 3D field to after nearest_stod, fld=shum_wts
in fcst,init total time: 173.06252121925354
af fcstCom FBCount= 3
af allco wrtComp,write_groups= 1
application called MPI_Abort(comm=0x84000002, 1) - process 10
application called MPI_Abort(comm=0x84000002, 1) - process 11
srun: Job step aborted: Waiting up to 32 seconds for job step to finish.
slurmstepd: error: *** STEP 2273889.0 ON knl-0037 CANCELLED AT 2021-11-08T19:54:07 ***
srun: error: knl-0038: tasks 24-47: Killed
srun: error: knl-0040: tasks 72-95: Killed
srun: error: knl-0042: tasks 120-143: Killed
srun: error: knl-0044: tasks 168-191: Killed
srun: error: knl-0041: tasks 96-119: Killed
srun: error: knl-0045: tasks 192-215: Killed
srun: error: knl-0046: tasks 216-239: Killed
srun: error: knl-0039: tasks 48-71: Killed
srun: error: knl-0043: tasks 144-167: Killed
srun: error: knl-0037: tasks 0-23: Killed
ERROR:
From script: "exregional_run_fcst.sh"
Full path to script: "/lcrc/project/OW_UFS/ufs-srweather-app/regional_workflow/scripts/exregional_run_fcst.sh"
Call to executable to run FV3-LAM forecast returned with nonzero exit
code.
Exiting with nonzero status.
ERROR:
From script: "JREGIONAL_RUN_FCST"
Full path to script: "/lcrc/project/OW_UFS/ufs-srweather-app/regional_workflow/jobs/JREGIONAL_RUN_FCST"
Call to ex-script corresponding to J-job "JREGIONAL_RUN_FCST" failed.
Exiting with nonzero status.
I tried to generate regular lat/lon projection instead of lambert.
I'm wondering which step that I did is wrong. Or is it possible that my predefined grid (in this case is RRFS 25km) can not change to regional lat/lon?
Does that mean if I want my output as regional lat/lon, I have to use other like GSL (I think this is the only output option that has regional lat/lon).
Best regards,
Haochen
Best regards,
Haochen
- 128 views