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 4881 for branches/2014/dev_r4650_UKMO13_CICE_changes_take2/NEMOGCM/NEMO/OPA_SRC/SBC/sbc_ice.F90 – NEMO

Ignore:
Timestamp:
2014-11-21T11:25:19+01:00 (10 years ago)
Author:
timgraham
Message:

Changes suggested by reviewer:
1) Changed behaviour so that key_cice defaults to cice5. Running with cice4 will require bot key_cice and key_cice4.
2) Other small changes in sbcice_cice.F90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO13_CICE_changes_take2/NEMOGCM/NEMO/OPA_SRC/SBC/sbc_ice.F90

    r4748 r4881  
    99   !!            3.4  ! 2011-11  (C. Harris) CICE added as an option 
    1010   !!---------------------------------------------------------------------- 
    11 #if defined key_lim3 || defined key_lim2 || defined key_cice || defined key_cice5 
     11#if defined key_lim3 || defined key_lim2 || defined key_cice 
    1212   !!---------------------------------------------------------------------- 
    1313   !!   'key_lim2' or 'key_lim3' :             LIM-2 or LIM-3 sea-ice model 
     
    2121   USE ice_2 
    2222# endif 
    23 # if defined key_cice || defined key_cice5 
     23# if defined key_cice 
    2424   USE ice_domain_size, only: ncat  
    2525#endif 
     
    4848   CHARACTER(len=1), PUBLIC, PARAMETER ::   cp_ice_msh = 'C'      !: 'C'-grid ice-velocity 
    4949# endif 
    50 # if defined  key_cice || defined key_cice5 
     50# if defined  key_cice 
    5151   LOGICAL         , PUBLIC, PARAMETER ::   lk_lim2    = .FALSE.  !: no LIM-2 
    5252   LOGICAL         , PUBLIC, PARAMETER ::   lk_lim3    = .FALSE.  !: no LIM-3 
     
    7575# endif 
    7676 
    77 #elif defined key_cice || key_cice5 
     77#elif defined key_cice 
    7878   ! 
    7979   ! for consistency with LIM, these are declared with three dimensions 
     
    127127         &      emp_ice(jpi,jpj)                              , STAT= ierr(1) ) 
    128128#endif 
    129 #elif defined key_cice || defined key_cice5 
     129#elif defined key_cice 
    130130      ALLOCATE( qla_ice(jpi,jpj,1)    , qlw_ice(jpi,jpj,1)    , qsr_ice(jpi,jpj,1)    , & 
    131131                wndi_ice(jpi,jpj)     , tatm_ice(jpi,jpj)     , qatm_ice(jpi,jpj)     , & 
Note: See TracChangeset for help on using the changeset viewer.