forked from CICE-Consortium/CICE
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow kmt variable name of "mask" and different size netcdf 2d reads (C…
…ICE-Consortium#985) This change allows for a single processor read of netcdf variables that are not of size nx_global by ny_global. This is to make it easier to extent the ice_grid routines. This changes allows the mask variable in the kmt netcdf file to be called "mask" instead of "kmc". Both options now work. This change splits reading the mask and grid into seperate subroutines, so the routine can be reused independently later. * Allow for varname=mask and reading different size nc files * Update ug_implementation.rst * fix gadi test submission * Tidy gadi compiler flags
- Loading branch information
1 parent
3ebdef7
commit 7f4065b
Showing
6 changed files
with
213 additions
and
107 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
Oops, something went wrong.