-
Notifications
You must be signed in to change notification settings - Fork 383
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'brhillman/atm/fix-cam-pioformat'(PR #2911)
Allow EAM to respect PIO_NETCDF_FORMAT Allow EAM to respect the value of the XML variable PIO_NETCDF_FORMAT that is set in env_run.xml. Previously, setting this variable had no effect on the actual format used to write EAM output files (restart, history, initial conditions), due to calls to cam_pio_createfile explicitly passing in a mode argument hard-coded to PIO_CLOBBER. Note that there are some whitespace changes in components/cam/src/ dynamics/se/dyn_comp.F90 just because I found some inconsistent indenting when opening that file to remove the hard-coded mode argument in the call to cam_pio_createfile. Fixes #2903 [BFB] * brhillman/atm/fix-cam-pioformat: Add default to PIO_CLOBBER if mode unset Fix formatting and whitespace Remove `mode_in` in calls to `cam_pio_createfile` Add subroutine call to get PIO format
- Loading branch information
Showing
7 changed files
with
49 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters