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

Ignore:
Timestamp:
2014-08-18T10:33:45+02:00 (10 years ago)
Author:
timgraham
Message:

Added key_cice5 to select use of CICE5 model. This is used so that the correct variable names are used in the CICE5 version
Modified all references to key_cice to an "or" so that they will be triggered by the key_cice5 key as well (assuming the code sections don't require chanegs for CICE5).

File:
1 edited

Legend:

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

    r4347 r4748  
    8585         area = glob_sum( e1e2t(:,:) )           ! interior global domain surface 
    8686         ! 
    87 #if ! defined key_lim2 &&  ! defined key_lim3 && ! defined key_cice  
     87#if ! defined key_lim2 &&  ! defined key_lim3 && ! defined key_cice && ! defined key_cice5 
    8888         snwice_mass_b(:,:) = 0.e0               ! no sea-ice model is being used : no snow+ice mass 
    8989         snwice_mass  (:,:) = 0.e0 
Note: See TracChangeset for help on using the changeset viewer.