You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the master branch to process static files but with Lambert conformal input data (i.e., ungribbed HRRR) that we use with our branch of the code to create input files (which shouldn't matter for static file processing), if the config_blend_bdy_terrain option in &vertical_grid is set to true, the following error is produced:
ERROR: You have not called map_set for this projection CRITICAL ERROR: LATLON_TO_IJ
With that option set to false, all static data is created normally.
Compile settings on NOAA's Jet (Linux fe8 3.10.0-1160.81.1.el7.x86_64 SMP Fri Dec 16 17:29:43 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux):
Build target: ifort
OpenMP support: no
OpenACC support: no
Default real precision: double
Compiler flags: optimize
I/O layer: SMIOL
When using the master branch to process static files but with Lambert conformal input data (i.e., ungribbed HRRR) that we use with our branch of the code to create input files (which shouldn't matter for static file processing), if the
config_blend_bdy_terrain
option in&vertical_grid
is set to true, the following error is produced:ERROR: You have not called map_set for this projection CRITICAL ERROR: LATLON_TO_IJ
With that option set to false, all static data is created normally.
Compile settings on NOAA's Jet (Linux fe8 3.10.0-1160.81.1.el7.x86_64 SMP Fri Dec 16 17:29:43 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux):
Build target: ifort
OpenMP support: no
OpenACC support: no
Default real precision: double
Compiler flags: optimize
I/O layer: SMIOL
Modules loaded:
make command:
make ifort CORE=init_atmosphere
run commands:
ulimit -s unlimited
srun -n 24 /mnt/lfs4/NAGAPE/hpc-wof1/lreames/MPAS-Model-NCAR/init_atmosphere_model
The text was updated successfully, but these errors were encountered: