New cam_dev files cause non-simple physics compsets to fail #55
Labels
bug
Something isn't working
workaround
An issue has a workaround or a pull request implements a workaround (instead of a fix)
Real-data IC and topo files added in PRs EWOrg/CAM #16 and EWOrg/CAM #20 cause run-time fails of compsets that use "full physics" - especially those with chemistry and radiation interactions.
"Simple-physics" compsets like FADIAB and any MPAS-A standalone runs are successful. (NOTE: some compsets like FHS94 are also unaffected since they use separate "notopo" files.)
Compsets affected: F2000climo (when requesting these files), F2000dev, and CHAOS2000dev.
Example case on Derecho: /glade/derecho/scratch/gdicker/tstgrids_F2000dev_2_mpasa480_20240606-110547/run
How to reproduce:
./create_newcase --compset F2000dev --res mpasa480_mpasa480
)Symptoms seen:
Dynamics timestep ...
" output there will be lines in theatm.log.*
file like "imp_sol: Time step 1.1250000000000E+01 failed to converge @ (lchnk,lev,col,nstep) = 2 32 4 0
" (see first the code-block below for a longer example).atm.log.*
file and in onelog.atmosphere.${rank}.err
file per rank: "CRITICAL ERROR: NaN detected in 'w' field.
" This crashes the simulation, but typically only after a few timesteps.Sample output seen in
atm.log.*
andcesm.log.*
Workaround
While I continue to investigate, this issue can be mitigated by just not using these files. Supply paths to the relevant files in the
ncdata
andbnd_topo
files in a case's user_nl_cam file. If you wish to use cam_dev physics in a case with the old files, you will need to supplyuse_gw_front = .false.
in the user_nl_cam file.The text was updated successfully, but these errors were encountered: