Hello,
I am attempting to run MPAS-A using ERA5 initial conditions and a limited area grid. I have downlaoded the ERA 5 data using the era5_to_init python script and the steps provided in the github repo. I have also generated my limited_area grid successfully using the steps and README provided in that github repo. My steps thus far:
The directory to all MPAS files references can be found in /glade/work/rasaba/MPAS_NWP/ and the converted init file is in /glade/u/home/rasaba/convert_mpas/latlon.nc, thanks in advance for any assistance!
I am attempting to run MPAS-A using ERA5 initial conditions and a limited area grid. I have downlaoded the ERA 5 data using the era5_to_init python script and the steps provided in the github repo. I have also generated my limited_area grid successfully using the steps and README provided in that github repo. My steps thus far:
- interpolated initial conditions using the init module --> successfully created my init.nc file (central_ok.init.nc)
- interpolated lateral boundary conditions using the init module --> successfully created my lbc.*.nc files
- Edited my streams.atmoshere namelist:
- defined my init.nc file as the input in the top section
- changed my lbc in interval to match the interval of my lbc.*.nc files
- Edited my namelist.atmoshere:
- config_dt = 18.0 --> six times my grids spacing in km (recommended by tutorial)
- added my start time and run time
- added by limited area graph file to config_block_decomp_file_prefix
- --- time to calculate additional physics_diagnostics = F --> last line of my log.atmosphere.0000.out file before the job ended
- dec1923.hsn.de.hpc.ucar.edu: rank 64 exited with code 174 --> last line of my job pbs error output file (mpas_run.e*)
The directory to all MPAS files references can be found in /glade/work/rasaba/MPAS_NWP/ and the converted init file is in /glade/u/home/rasaba/convert_mpas/latlon.nc, thanks in advance for any assistance!