Skip to content

Commit

Permalink
MOM6: Merge branch 'MJHarrison-GFDL-MOM6_DA' into dev/gfdl
Browse files Browse the repository at this point in the history
- NOAA-GFDL/MOM6@11f1cb6 Merge branch 'MJHarrison-GFDL-MOM6_DA' into dev/gfdl
- NOAA-GFDL/MOM6@aa5a910 Merge branch 'MOM6_DA' of https://github.com/MJHarrison-GFDL/MOM6 into MJHarrison-GFDL-MOM6_DA
- NOAA-GFDL/MOM6@70e9e25 typo error
- NOAA-GFDL/MOM6@a45a176 new interface apply_oda_tracer_increments
- NOAA-GFDL/MOM6@6a4c369 Updated version of pkg/MOM6_DA_hooks
- NOAA-GFDL/MOM6@066d9ae Merge branch 'dev/gfdl' of https://github.com/NOAA-GFDL/MOM6 into MOM6_DA
- NOAA-GFDL/MOM6@fb8fbef restructuring of DA repositories
- NOAA-GFDL/MOM6@5d446d3 Moved MOM_oda_driver to src/ocean_data_assim
- NOAA-GFDL/MOM6@1c8922a Merge pull request #2 from feiyulu/MOM6_DA
- NOAA-GFDL/MOM6@19209ef Less output from MOM_oda_driver
- NOAA-GFDL/MOM6@3592d9c commentted out eakf_oda_mod
- NOAA-GFDL/MOM6@83e9f79 use ocean instead of global pes in MOM_oda_driver
- NOAA-GFDL/MOM6@59625bd Merge pull request #1 from feiyulu/MOM6_DA
- NOAA-GFDL/MOM6@857d5ff removed copy_profiles, using linked profiles in ensemble_filter
- NOAA-GFDL/MOM6@57102da updated MOM6_DA_hooks driver
- NOAA-GFDL/MOM6@25cc168 spelling correction
- NOAA-GFDL/MOM6@3586910 switching PElist in oda routines
- NOAA-GFDL/MOM6@98e6b3e newer version of DA hooks
- NOAA-GFDL/MOM6@5e1d0bb update MOM6_DA_hooks submodule
- NOAA-GFDL/MOM6@ccf225c Updates for DA interfaces   - Add time argument to set_prior and get_posterior
- NOAA-GFDL/MOM6@c711500 Optional argument to get_MOM_input to append ensemble number suffix
- NOAA-GFDL/MOM6@0260598 updates for DA interfaces
- NOAA-GFDL/MOM6@706b433 Fix stale submodule
- NOAA-GFDL/MOM6@acb8bec DA_hooks
- NOAA-GFDL/MOM6@3ff22ec Fix DA_hooks submodule
- NOAA-GFDL/MOM6@a681809 New flag "ENSEMBLE_OCEAN" enables ensemble DA interfaces
- NOAA-GFDL/MOM6@a3e5395 Locate DA_hooks in pkg directory
- NOAA-GFDL/MOM6@a4d52ca Added MOM_oda_driver module.
- NOAA-GFDL/MOM6@c0640fa Added MOM6_DA submodule.       Lower-level code provides interfaces alone.  Used for implementing       interfaces for ensemble aggregation and for offline MOM6 ensemble driver.
  • Loading branch information
adcroft committed Apr 25, 2018
1 parent c903983 commit b06285a
Show file tree
Hide file tree
Showing 62 changed files with 306 additions and 1 deletion.
5 changes: 5 additions & 0 deletions coupled_AM2_LM3_SIS/CM2G63L/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ WRITE_GEOM = 1 ! default = 1
! If =1, write the geometry and vertical grid files only for
! a new simulation. If =2, always write the geometry and
! vertical grid files. Other values are invalid.
ENSEMBLE_OCEAN = False ! [Boolean] default = False
! If False, The model is being run in serial mode as a single realization.
! If True, The current model realization is part of a larger ensemble
! and at the end of step MOM, we will perform a gather of the ensemble
! members for statistical evaluation and/or data assimilation.

! === module MOM_domains ===
REENTRANT_X = True ! [Boolean] default = True
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ WRITE_GEOM = 1 ! default = 1
! If =1, write the geometry and vertical grid files only for
! a new simulation. If =2, always write the geometry and
! vertical grid files. Other values are invalid.
ENSEMBLE_OCEAN = False ! [Boolean] default = False
! If False, The model is being run in serial mode as a single realization.
! If True, The current model realization is part of a larger ensemble
! and at the end of step MOM, we will perform a gather of the ensemble
! members for statistical evaluation and/or data assimilation.

! === module MOM_domains ===
REENTRANT_X = True ! [Boolean] default = True
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ WRITE_GEOM = 1 ! default = 1
! If =1, write the geometry and vertical grid files only for
! a new simulation. If =2, always write the geometry and
! vertical grid files. Other values are invalid.
ENSEMBLE_OCEAN = False ! [Boolean] default = False
! If False, The model is being run in serial mode as a single realization.
! If True, The current model realization is part of a larger ensemble
! and at the end of step MOM, we will perform a gather of the ensemble
! members for statistical evaluation and/or data assimilation.

! === module MOM_domains ===
REENTRANT_X = True ! [Boolean] default = True
Expand Down
5 changes: 5 additions & 0 deletions ice_ocean_SIS2/Baltic/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ WRITE_GEOM = 1 ! default = 1
! If =1, write the geometry and vertical grid files only for
! a new simulation. If =2, always write the geometry and
! vertical grid files. Other values are invalid.
ENSEMBLE_OCEAN = False ! [Boolean] default = False
! If False, The model is being run in serial mode as a single realization.
! If True, The current model realization is part of a larger ensemble
! and at the end of step MOM, we will perform a gather of the ensemble
! members for statistical evaluation and/or data assimilation.

! === module MOM_domains ===
REENTRANT_X = False ! [Boolean] default = True
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@ WRITE_GEOM = 1 ! default = 1
! If =1, write the geometry and vertical grid files only for
! a new simulation. If =2, always write the geometry and
! vertical grid files. Other values are invalid.
ENSEMBLE_OCEAN = False ! [Boolean] default = False
! If False, The model is being run in serial mode as a single realization.
! If True, The current model realization is part of a larger ensemble
! and at the end of step MOM, we will perform a gather of the ensemble
! members for statistical evaluation and/or data assimilation.

! === module MOM_domains ===
REENTRANT_X = False ! [Boolean] default = True
Expand Down
5 changes: 5 additions & 0 deletions ice_ocean_SIS2/Baltic_OM4_025/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@ WRITE_GEOM = 0 ! default = 1
! If =1, write the geometry and vertical grid files only for
! a new simulation. If =2, always write the geometry and
! vertical grid files. Other values are invalid.
ENSEMBLE_OCEAN = False ! [Boolean] default = False
! If False, The model is being run in serial mode as a single realization.
! If True, The current model realization is part of a larger ensemble
! and at the end of step MOM, we will perform a gather of the ensemble
! members for statistical evaluation and/or data assimilation.

! === module MOM_domains ===
REENTRANT_X = False ! [Boolean] default = True
Expand Down
5 changes: 5 additions & 0 deletions ice_ocean_SIS2/Baltic_OM4_05/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@ WRITE_GEOM = 1 ! default = 1
! If =1, write the geometry and vertical grid files only for
! a new simulation. If =2, always write the geometry and
! vertical grid files. Other values are invalid.
ENSEMBLE_OCEAN = False ! [Boolean] default = False
! If False, The model is being run in serial mode as a single realization.
! If True, The current model realization is part of a larger ensemble
! and at the end of step MOM, we will perform a gather of the ensemble
! members for statistical evaluation and/or data assimilation.

! === module MOM_domains ===
REENTRANT_X = False ! [Boolean] default = True
Expand Down
5 changes: 5 additions & 0 deletions ice_ocean_SIS2/OM4_025/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@ WRITE_GEOM = 0 ! default = 1
! If =1, write the geometry and vertical grid files only for
! a new simulation. If =2, always write the geometry and
! vertical grid files. Other values are invalid.
ENSEMBLE_OCEAN = False ! [Boolean] default = False
! If False, The model is being run in serial mode as a single realization.
! If True, The current model realization is part of a larger ensemble
! and at the end of step MOM, we will perform a gather of the ensemble
! members for statistical evaluation and/or data assimilation.

! === module MOM_domains ===
REENTRANT_X = True ! [Boolean] default = True
Expand Down
5 changes: 5 additions & 0 deletions ice_ocean_SIS2/OM4_05/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@ WRITE_GEOM = 1 ! default = 1
! If =1, write the geometry and vertical grid files only for
! a new simulation. If =2, always write the geometry and
! vertical grid files. Other values are invalid.
ENSEMBLE_OCEAN = False ! [Boolean] default = False
! If False, The model is being run in serial mode as a single realization.
! If True, The current model realization is part of a larger ensemble
! and at the end of step MOM, we will perform a gather of the ensemble
! members for statistical evaluation and/or data assimilation.

! === module MOM_domains ===
REENTRANT_X = True ! [Boolean] default = True
Expand Down
5 changes: 5 additions & 0 deletions ice_ocean_SIS2/SIS2/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ WRITE_GEOM = 1 ! default = 1
! If =1, write the geometry and vertical grid files only for
! a new simulation. If =2, always write the geometry and
! vertical grid files. Other values are invalid.
ENSEMBLE_OCEAN = False ! [Boolean] default = False
! If False, The model is being run in serial mode as a single realization.
! If True, The current model realization is part of a larger ensemble
! and at the end of step MOM, we will perform a gather of the ensemble
! members for statistical evaluation and/or data assimilation.

! === module MOM_domains ===
REENTRANT_X = True ! [Boolean] default = True
Expand Down
5 changes: 5 additions & 0 deletions ice_ocean_SIS2/SIS2_bergs_cgrid/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ WRITE_GEOM = 1 ! default = 1
! If =1, write the geometry and vertical grid files only for
! a new simulation. If =2, always write the geometry and
! vertical grid files. Other values are invalid.
ENSEMBLE_OCEAN = False ! [Boolean] default = False
! If False, The model is being run in serial mode as a single realization.
! If True, The current model realization is part of a larger ensemble
! and at the end of step MOM, we will perform a gather of the ensemble
! members for statistical evaluation and/or data assimilation.

! === module MOM_domains ===
REENTRANT_X = True ! [Boolean] default = True
Expand Down
5 changes: 5 additions & 0 deletions ice_ocean_SIS2/SIS2_cgrid/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ WRITE_GEOM = 1 ! default = 1
! If =1, write the geometry and vertical grid files only for
! a new simulation. If =2, always write the geometry and
! vertical grid files. Other values are invalid.
ENSEMBLE_OCEAN = False ! [Boolean] default = False
! If False, The model is being run in serial mode as a single realization.
! If True, The current model realization is part of a larger ensemble
! and at the end of step MOM, we will perform a gather of the ensemble
! members for statistical evaluation and/or data assimilation.

! === module MOM_domains ===
REENTRANT_X = True ! [Boolean] default = True
Expand Down
5 changes: 5 additions & 0 deletions land_ice_ocean_LM3_SIS2/OM_360x320_C180/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@ WRITE_GEOM = 0 ! default = 1
! If =1, write the geometry and vertical grid files only for
! a new simulation. If =2, always write the geometry and
! vertical grid files. Other values are invalid.
ENSEMBLE_OCEAN = False ! [Boolean] default = False
! If False, The model is being run in serial mode as a single realization.
! If True, The current model realization is part of a larger ensemble
! and at the end of step MOM, we will perform a gather of the ensemble
! members for statistical evaluation and/or data assimilation.

! === module MOM_domains ===
REENTRANT_X = True ! [Boolean] default = True
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@ WRITE_GEOM = 1 ! default = 1
! If =1, write the geometry and vertical grid files only for
! a new simulation. If =2, always write the geometry and
! vertical grid files. Other values are invalid.
ENSEMBLE_OCEAN = False ! [Boolean] default = False
! If False, The model is being run in serial mode as a single realization.
! If True, The current model realization is part of a larger ensemble
! and at the end of step MOM, we will perform a gather of the ensemble
! members for statistical evaluation and/or data assimilation.

! === module MOM_domains ===
REENTRANT_X = True ! [Boolean] default = True
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ WRITE_GEOM = 1 ! default = 1
! If =1, write the geometry and vertical grid files only for
! a new simulation. If =2, always write the geometry and
! vertical grid files. Other values are invalid.
ENSEMBLE_OCEAN = False ! [Boolean] default = False
! If False, The model is being run in serial mode as a single realization.
! If True, The current model realization is part of a larger ensemble
! and at the end of step MOM, we will perform a gather of the ensemble
! members for statistical evaluation and/or data assimilation.

! === module MOM_domains ===
REENTRANT_X = True ! [Boolean] default = True
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ WRITE_GEOM = 1 ! default = 1
! If =1, write the geometry and vertical grid files only for
! a new simulation. If =2, always write the geometry and
! vertical grid files. Other values are invalid.
ENSEMBLE_OCEAN = False ! [Boolean] default = False
! If False, The model is being run in serial mode as a single realization.
! If True, The current model realization is part of a larger ensemble
! and at the end of step MOM, we will perform a gather of the ensemble
! members for statistical evaluation and/or data assimilation.

! === module MOM_domains ===
REENTRANT_X = True ! [Boolean] default = True
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@ WRITE_GEOM = 1 ! default = 1
! If =1, write the geometry and vertical grid files only for
! a new simulation. If =2, always write the geometry and
! vertical grid files. Other values are invalid.
ENSEMBLE_OCEAN = False ! [Boolean] default = False
! If False, The model is being run in serial mode as a single realization.
! If True, The current model realization is part of a larger ensemble
! and at the end of step MOM, we will perform a gather of the ensemble
! members for statistical evaluation and/or data assimilation.

! === module MOM_domains ===
REENTRANT_X = True ! [Boolean] default = True
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ WRITE_GEOM = 1 ! default = 1
! If =1, write the geometry and vertical grid files only for
! a new simulation. If =2, always write the geometry and
! vertical grid files. Other values are invalid.
ENSEMBLE_OCEAN = False ! [Boolean] default = False
! If False, The model is being run in serial mode as a single realization.
! If True, The current model realization is part of a larger ensemble
! and at the end of step MOM, we will perform a gather of the ensemble
! members for statistical evaluation and/or data assimilation.

! === module MOM_domains ===
REENTRANT_X = True ! [Boolean] default = True
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ WRITE_GEOM = 1 ! default = 1
! If =1, write the geometry and vertical grid files only for
! a new simulation. If =2, always write the geometry and
! vertical grid files. Other values are invalid.
ENSEMBLE_OCEAN = False ! [Boolean] default = False
! If False, The model is being run in serial mode as a single realization.
! If True, The current model realization is part of a larger ensemble
! and at the end of step MOM, we will perform a gather of the ensemble
! members for statistical evaluation and/or data assimilation.

! === module MOM_domains ===
REENTRANT_X = True ! [Boolean] default = True
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@ WRITE_GEOM = 1 ! default = 1
! If =1, write the geometry and vertical grid files only for
! a new simulation. If =2, always write the geometry and
! vertical grid files. Other values are invalid.
ENSEMBLE_OCEAN = False ! [Boolean] default = False
! If False, The model is being run in serial mode as a single realization.
! If True, The current model realization is part of a larger ensemble
! and at the end of step MOM, we will perform a gather of the ensemble
! members for statistical evaluation and/or data assimilation.

! === module MOM_domains ===
REENTRANT_X = True ! [Boolean] default = True
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ WRITE_GEOM = 1 ! default = 1
! If =1, write the geometry and vertical grid files only for
! a new simulation. If =2, always write the geometry and
! vertical grid files. Other values are invalid.
ENSEMBLE_OCEAN = False ! [Boolean] default = False
! If False, The model is being run in serial mode as a single realization.
! If True, The current model realization is part of a larger ensemble
! and at the end of step MOM, we will perform a gather of the ensemble
! members for statistical evaluation and/or data assimilation.

! === module MOM_domains ===
REENTRANT_X = True ! [Boolean] default = True
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ WRITE_GEOM = 1 ! default = 1
! If =1, write the geometry and vertical grid files only for
! a new simulation. If =2, always write the geometry and
! vertical grid files. Other values are invalid.
ENSEMBLE_OCEAN = False ! [Boolean] default = False
! If False, The model is being run in serial mode as a single realization.
! If True, The current model realization is part of a larger ensemble
! and at the end of step MOM, we will perform a gather of the ensemble
! members for statistical evaluation and/or data assimilation.

! === module MOM_domains ===
REENTRANT_X = True ! [Boolean] default = True
Expand Down
Loading

0 comments on commit b06285a

Please sign in to comment.