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

Changeset 140 for trunk/NEMO/LIM_SRC


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

CL + CT: UPDATE085: Move the initialization of evap, fr1_i0, fr2_i1 out of the conditional cpp key so it is done in all cases

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC/icestp.F90

    r106 r140  
    254254         tprecip (:,:) = 0.e0  
    255255         sprecip (:,:) = 0.e0 
     256         fr1_i0  (:,:) = 0.e0 
     257         fr2_i0  (:,:) = 0.e0 
     258         evap    (:,:) = 0.e0 
    256259#if defined key_coupled  
    257260         rrunoff (:,:) = 0.e0 
     
    260263         qla_ice (:,:) = 0.e0 
    261264         dqla_ice(:,:) = 0.e0 
    262          fr1_i0  (:,:) = 0.e0 
    263          fr2_i0  (:,:) = 0.e0 
    264          evap    (:,:) = 0.e0 
    265265#endif 
    266266 
Note: See TracChangeset for help on using the changeset viewer.