-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix reading of mixed layer forcing file. (#578)
* Fix reading of SOM forcing file. * Remove some debugging * Add oceanmixed_ice test case. * Move alloc_forcing call * Add ICE_MACHINE_INPUTDATA to set_nml.ml * Actually fix conflicts * Actually fix conflicts * Actually fix conflicts * Actually fix conflicts * Update filename and location for ocean forcing
- Loading branch information
Showing
4 changed files
with
45 additions
and
29 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
|
||
oceanmixed_ice = .true. | ||
ocn_data_type = 'ncar' | ||
ocn_data_format = 'nc' | ||
ocn_data_dir = 'ICE_MACHINE_INPUTDATA/CICE_data/forcing/gx1/CESM/MONTHLY' | ||
oceanmixed_file = 'ocean_forcing_clim_2D_gx1.nc' | ||
|
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