New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 9859 for branches – NEMO

Changeset 9859 for branches


Ignore:
Timestamp:
2018-06-29T14:35:18+02:00 (6 years ago)
Author:
jcastill
Message:

Add the capability of using the code compiled with coupling keys for uncoupled work - this is useful for the operational suite when running with data assimilation
The change consists in reading the variable lk_oasis from a variable in the namelist namcfg, which is read at the beginning of the run, instead of using only key_oasis3mct to set it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/r6232_HZG_WAVE-coupling/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90

    r7470 r9859  
    231231         &             nn_bench, nn_timing 
    232232      NAMELIST/namcfg/ cp_cfg, cp_cfz, jp_cfg, jpidta, jpjdta, jpkdta, jpiglo, jpjglo, & 
    233          &             jpizoom, jpjzoom, jperio, ln_use_jattr 
     233         &             jpizoom, jpjzoom, jperio, ln_use_jattr, lk_oasis 
    234234      !!---------------------------------------------------------------------- 
    235235      ! 
Note: See TracChangeset for help on using the changeset viewer.