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 826 for branches/dev_002_LIM/NEMO/C1D_SRC/diawri1d.F90 – NEMO

Ignore:
Timestamp:
2008-03-06T13:05:46+01:00 (16 years ago)
Author:
ctlod
Message:

dev_002_LIM: change remaining cpp key key_ice_lim into key_lim3, see ticket:#71

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_002_LIM/NEMO/C1D_SRC/diawri1d.F90

    r719 r826  
    194194            &          jpi, jpj, nh_T, 1  , 1, 1  , -99 , 32, clop, zsto, zout ) 
    195195 
    196 #if ! defined key_dynspg_rl && defined key_ice_lim 
     196#if ! defined key_dynspg_rl && defined key_lim3 
    197197         ! sowaflup = sowaflep + sorunoff + sowafldp + a term associated to 
    198198         !    internal damping to Levitus that can be diagnosed from others 
     
    238238#endif 
    239239 
    240 #if ( defined key_coupled && ! defined key_ice_lim )  
     240#if ( defined key_coupled && ! defined key_lim3 )  
    241241         CALL histdef( nid_T, "sohefldp", "Surface Heat Flux: Damping"         , "W/m2"   ,   &  ! qrp 
    242242            &          jpi, jpj, nh_T, 1  , 1, 1  , -99 , 32, clop, zsto, zout ) 
     
    260260#endif 
    261261 
    262 #if defined key_ice_lim && defined key_coupled 
     262#if defined key_lim3 && defined key_coupled 
    263263         CALL histdef( nid_T,"soicetem" , "Ice Surface Temperature"            , "K"      ,   &  ! tn_ice 
    264264            &          jpi, jpj, nh_T, 1  , 1, 1  , -99 , 32, clop, zsto, zout ) 
     
    365365      CALL histwrite( nid_T, "sosstsst", it, tn(:,:,1)     , ndim_hT, ndex_hT )   ! sea surface temperature 
    366366      CALL histwrite( nid_T, "sosaline", it, sn(:,:,1)     , ndim_hT, ndex_hT )   ! sea surface salinity 
    367 #if ! defined key_dynspg_rl && defined key_ice_lim 
     367#if ! defined key_dynspg_rl && defined key_lim3 
    368368      CALL histwrite( nid_T, "iowaflup", it, fsalt(:,:)    , ndim_hT, ndex_hT )   ! ice=>ocean water flux 
    369369      CALL histwrite( nid_T, "sowaflep", it, fmass(:,:)    , ndim_hT, ndex_hT )   ! atmos=>ocean water flux 
     
    397397      CALL histwrite( nid_T, "sosafldp", it, zw2d          , ndim_hT, ndex_hT )   ! salt flux damping 
    398398#endif 
    399 #if ( defined key_coupled && ! defined key_ice_lim )  
     399#if ( defined key_coupled && ! defined key_lim3 )  
    400400      CALL histwrite( nid_T, "sohefldp", it, qrp           , ndim_hT, ndex_hT )   ! heat flux damping 
    401401      CALL histwrite( nid_T, "sowafldp", it, erp           , ndim_hT, ndex_hT )   ! freshwater flux damping 
     
    412412      CALL histwrite( nid_T, "sohtc300", it, htc3          , ndim_hT, ndex_hT )   ! first 300m heaat content 
    413413#endif 
    414 #if defined key_ice_lim &&  defined key_coupled  
     414#if defined key_lim3 &&  defined key_coupled  
    415415      CALL histwrite( nid_T, "soicetem", it, tn_ice        , ndim_hT, ndex_hT )   ! surf. ice temperature 
    416416      CALL histwrite( nid_T, "soicealb", it, alb_ice       , ndim_hT, ndex_hT )   ! ice albedo 
Note: See TracChangeset for help on using the changeset viewer.