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 991 for branches/dev_003_CPL/NEMO/OPA_SRC/ice_oce.F90 – NEMO

Ignore:
Timestamp:
2008-05-23T17:55:55+02:00 (16 years ago)
Author:
smasson
Message:

dev_003_CPL: preliminary draft (not working), see ticket #155

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_003_CPL/NEMO/OPA_SRC/ice_oce.F90

    r888 r991  
    3333   !! ice-ocean common variables 
    3434   !!---------------------------------------------------------------------- 
    35 # if defined key_coupled 
    36    REAL(wp), PUBLIC, DIMENSION(jpiglo,jpjglo) ::   &  !: cumulated fields 
    37       fqsr_oce ,      &   !: Net short wave heat flux on free ocean  
    38       fqsr_ice ,      &   !: Net short wave heat flux on sea ice  
    39       fqnsr_oce,      &   !: Net longwave heat flux on free ocean 
    40       fqnsr_ice,      &   !: Net longwave heat flux on sea ice 
    41       fdqns_ice,      &   !: Derivative of non solar heat flux on sea ice 
    42       ftprecip ,      &   !: Water flux (liquid precipitation - evaporation)  
    43       fsprecip ,      &   !: Solid (snow) precipitation 
    44       frunoff  ,      &   !: runoff 
    45       fcalving            !: Iceberg calving  
    46 # endif 
    4735 
    4836# if defined key_lim3 
     
    5139      tatm_ice       , &  !: air temperature 
    5240      icethi              !: icethickness 
    53 # endif 
    54     
     41# endif    
    5542   REAL(wp), PUBLIC ::   &  !: 
    5643      rdt_ice,           &  !: ice time step 
    5744      dtsd2                 !: ice time step divide by 2 
     45#else 
    5846 
    59 #else 
    6047   !!---------------------------------------------------------------------- 
    6148   !!   Default option                      NO LIM 2.0 or 3.0 sea-ice model 
Note: See TracChangeset for help on using the changeset viewer.