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
there are some issues on migrating Noah-MP simulations from NCAR old HPC (Cheyenne) to new HPC (Derecho). Below are just some useful suggestions and experience from WRF and NCAR CISL teams:
Method 1 (For intel compiler):
module load intel-classic
then change netcdf package path in user_build_options file
then follow the previous intel compiler steps to compile the model
documentationImprovements or additions to documentation
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
there are some issues on migrating Noah-MP simulations from NCAR old HPC (Cheyenne) to new HPC (Derecho). Below are just some useful suggestions and experience from WRF and NCAR CISL teams:
Method 1 (For intel compiler):
module load intel-classic
then change netcdf package path in user_build_options file
then follow the previous intel compiler steps to compile the model
Method 2 (For intel compiler):
Derecho environment setup:
module load ncarenv/23.06
module load intel-classic/2023.0.0
module load ncarcompilers/1.0.0
module load cray-mpich/8.1.25
module load craype/2.7.20
module load netcdf-mpi/4.9.2
module load netcdf/4.9.2
For other compilers (e.g., gfortran), it seems that the default gcc compiler in Derecho works fine.
Beta Was this translation helpful? Give feedback.
All reactions