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 12733 for NEMO/branches/2020/r4.0-HEAD_r12713_clem_dan_fixcpl/cfgs – NEMO

Ignore:
Timestamp:
2020-04-10T13:07:50+02:00 (4 years ago)
Author:
clem
Message:

change sbccpl.F90 to fulfill Met-Office requirements (hopefully)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/r4.0-HEAD_r12713_clem_dan_fixcpl/cfgs/SHARED/namelist_ref

    r12720 r12733  
    286286&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
    287287!----------------------------------------------------------------------- 
    288    nn_cplmodel   =     1   !  Maximum number of models to/from which NEMO is potentially sending/receiving data 
    289    ln_usecplmask = .false. !  use a coupling mask file to merge data received from several models 
    290    !                       !   -> file cplmask.nc with the float variable called cplmask (jpi,jpj,nn_cplmodel) 
    291    nn_cats_cpl   =     5   !  Number of sea ice categories over which coupling is to be carried out (if not 1) 
     288   nn_cplmodel       =     1   !  Maximum number of models to/from which NEMO is potentially sending/receiving data 
     289   ln_usecplmask     = .false. !  use a coupling mask file to merge data received from several models 
     290   !                           !   -> file cplmask.nc with the float variable called cplmask (jpi,jpj,nn_cplmodel) 
     291   ln_scale_ice_flux = .false. !  use ice fluxes that are already "ice weighted" ( i.e. multiplied ice concentration) 
     292   nn_cats_cpl       =     5   !  Number of sea ice categories over which coupling is to be carried out (if not 1) 
    292293   !_____________!__________________________!____________!_____________!______________________!________! 
    293294   !             !        description       !  multiple  !    vector   !       vector         ! vector ! 
Note: See TracChangeset for help on using the changeset viewer.