-
Notifications
You must be signed in to change notification settings - Fork 18
Description
I am trying to submit a few simulations to test MONAN's pull request #19, but the simulations are failing right at the beginning, even when I submit the default run. For reference this is what I am trying:
- MONAN's branch: https://github.com/monanadmin/MONAN-Model/tree/feature/monan-757-NF
- convert_mpas' branch: https://github.com/monanadmin/convert_mpas/tree/release/1.2.0
- Meteorological forcing: GFS
- Grid resolution: 1024002
- Initial time 2025-09-22 00 UTC
- Simulation duration: 72 hours
After step 1 (1.install_monan.bash), I make some edits to namelists. Most are just trivial changes (enabling Noah-MP, changing radiation time steps and output interval to 15 minutes), but I subset the output variables, by editing scripts/namelists/include_fields.diag and scripts/namelists/stream_list.atmosphere.diagnostics to the following:
initial_time
xtime
Time
lonCell
latCell
isltyp
ivgtyp
surface_pressure
mslp
t2m
q2
swdnb
lwdnb
swupb
lwupb
rainc
rainnc
uzonal_surface
umeridional_surface
u10
v10
hfx
lh
grdflx
lai
sfcrunoff
udrunoff
z0
canwat
smstot
hpbl
delta
temperature_isobaric
I ran step 2 (2.pre_processing.bash) and it worked fine. However, when I run step 3, the model fails, apparently because it does not recognise temperature_isobaric, see attached logs.
log.atmosphere.0000.err
log.atmosphere.0000.out
I tried to replace temperature_isobaric with actual levels (temperature_15hPa, temperature_20hPa, etc.) but the error persists. It failed even when I did not edit the namelists. I also noted that inside path /path/to/scripts_CD-CT/dataout/2025092200/Model/logs.
Does anyone have any idea of what is causing the problem? Thanks in advance!