No LBC files created

janac4

Member
Hello,
I'm following 2019 tutorial (MPAS Tutorial — Practice Session Guide) to start working with MPAS. I have successfully run global uniform case but I'm running into some issues when trying to create boundary conditions for case 4. Specifically in section 4.3, after running init_atmosphere_model to create boundary conditions, there are no lbc* files created. However, in log file there are no errors. I attach namelist, streams and log files in case someone can help.
 

Attachments

Hi,

In your namelist.init_atmopshere, you set:

config_start_time = '2019-09-01_00:00:00'
config_stop_time = '2010-09-04_00:00:00'

Note that the stop time should be after the start time. I suppose it should be '2019-09-04_00:00:00'
 
Back
Top