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 151 for trunk/NEMO – NEMO

Changeset 151 for trunk/NEMO


Ignore:
Timestamp:
2004-10-19T15:32:57+02:00 (20 years ago)
Author:
opalod
Message:

CL + CT: BUGFIX096: Move the declaration of evap array to have it in all cases

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/SBC/flx_oce.F90

    r60 r151  
    3838      dqns_ice ,      &  !: total non solar sensibility over ice (LW+SEN+LA) 
    3939      tn_ice   ,      &  !: ice surface temperature 
    40 #if ! defined key_coupled 
     40      evap     ,      &  !: evaporation over ocean 
    4141      fr1_i0   ,      &  !: 1st part of the fraction of sol. rad.  which penetrate inside the ice cover 
    4242      fr2_i0   ,      &  !: 2nd part of the fraction of sol. rad.  which penetrate inside the ice cover  
     43#if ! defined key_coupled 
    4344      qla_ice  ,      &  !: latent flux over ice   
    44       dqla_ice ,      &  !: latent sensibility over ice 
    45       evap               !: evaporation over ocean 
     45      dqla_ice           !: latent sensibility over ice 
    4646#else 
    4747      rrunoff  ,      &  !: runoff 
Note: See TracChangeset for help on using the changeset viewer.