Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

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

  • log.init_atmosphere.0000.out.txt
    5.2 KB · Views: 3
  • namelist.init_atmosphere.txt
    1.4 KB · Views: 4
  • streams.init_atmosphere.txt
    915 bytes · Views: 3
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'
 
Top