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:
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!
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:
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 editingscripts/namelists/include_fields.diagandscripts/namelists/stream_list.atmosphere.diagnosticsto the following: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 recognisetemperature_isobaric, see attached logs.log.atmosphere.0000.err
log.atmosphere.0000.out
I tried to replace
temperature_isobaricwith 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!