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/sbcblk_core.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/sbcblk_core.F90

    r4624 r4748  
    3939   USE prtctl          ! Print control 
    4040   USE sbcwave,ONLY :  cdn_wave !wave module  
    41 #if defined key_lim3 || defined key_cice 
     41#if defined key_lim3 || defined key_cice | defined key_cice5 
    4242   USE sbc_ice         ! Surface boundary condition: ice fields 
    4343#endif 
     
    194194      IF( ltrcdm2dc )   CALL blk_bio_meanqsr 
    195195 
    196 #if defined key_cice 
     196#if defined key_cice || defined key_cice5 
    197197      IF( MOD( kt - 1, nn_fsbc ) == 0 )   THEN 
    198198         qlw_ice(:,:,1)   = sf(jp_qlw)%fnow(:,:,1)  
Note: See TracChangeset for help on using the changeset viewer.