-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrfcmaq 2020 workflow #4
Wrfcmaq 2020 workflow #4
Conversation
setenv IOAPI_LIB_DIR $IOAPI/Linux2_x86_64gfort_openmpi_4.0.1_gcc_9.1.0 #> I/O API libraries | ||
setenv NETCDF_LIB_DIR $NETCDF/lib #> netCDF C directory path | ||
setenv NETCDF_INCL_DIR $NETCDF/include #> netCDF C directory path | ||
setenv NETCDFF_LIB_DIR $NETCDF/lib #> netCDF Fortran directory path |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lizadams, I changed the config_cmaq.csh to include your changes, but I didn't change the NETCDFF_LIB_DIR and NETCDF_INCL_DIR to have the root $NETCDF, in the case that the user did not combine the NETCDF and NETCDFF directories.
Additionally in the next WRF release it think they are fixing this issue and recognizing that unidata is choosing to separate the C version and dependent Fortran versions of netCDF when built. See wrf-model/WRF#1269.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that is ok. I've added a few more changes to the run portion of the script including adding a new run script for the coupled model with shortwave feedback turned off.
Inserted missing comma in NR_cb6mp_ae7_aq.nml
Add surrogates for ROCP4OXY2, ROCP5OXY1, and ROCP6OXY1
updated case gcc section