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 8948 for branches/2017/dev_CNRS_2017/NEMOGCM/NEMO/LIM_SRC_3 – NEMO

Ignore:
Timestamp:
2017-12-08T11:23:34+01:00 (6 years ago)
Author:
clem
Message:

forgotten commits. All sette tests passed except isomip as expected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_CNRS_2017/NEMOGCM/NEMO/LIM_SRC_3/icerst.F90

    r8933 r8948  
    1919   USE ice            ! sea-ice variables 
    2020   USE dom_oce        ! ocean domain 
    21    USE sbc_oce , ONLY : nn_fsbc, ln_meto_cpl 
     21   USE sbc_oce , ONLY : nn_fsbc, ln_cpl 
    2222   USE icectl 
    2323   ! 
     
    146146      CALL iom_rstput( iter, nitrst, numriw, 'u_ice', u_ice ) ! u_ice 
    147147      CALL iom_rstput( iter, nitrst, numriw, 'v_ice', v_ice ) ! v_ice 
    148       ! fields needed for Jules coupling 
    149       IF (ln_meto_cpl) THEN 
     148      ! fields needed for Met Office (Jules) coupling 
     149      IF( ln_cpl ) THEN 
    150150         CALL iom_rstput( iter, nitrst, numriw, 'cnd_ice', cnd_ice ) 
    151151         CALL iom_rstput( iter, nitrst, numriw, 't1_ice' , t1_ice  ) 
     
    233233      CALL iom_get( numrir, jpdom_autoglo, 'u_ice', u_ice ) 
    234234      CALL iom_get( numrir, jpdom_autoglo, 'v_ice', v_ice ) 
    235       ! fields needed for Jules coupling 
    236       IF (ln_meto_cpl) THEN 
     235      ! fields needed for Met Office (Jules) coupling 
     236      IF( ln_cpl ) THEN 
    237237         CALL iom_get( numrir, jpdom_autoglo, 'cnd_ice', cnd_ice ) 
    238238         CALL iom_get( numrir, jpdom_autoglo, 't1_ice' , t1_ice  ) 
Note: See TracChangeset for help on using the changeset viewer.