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 881 for branches/dev_001_SBC/NEMO/OPA_SRC/SBC/sbccpl.F90 – NEMO

Ignore:
Timestamp:
2008-04-08T11:45:52+02:00 (16 years ago)
Author:
ctlod
Message:

dev_001_SBC: Step I: change cpp ket name key_ice_lim into key_lim2 & change names inside modules with extension _2, see ticket: #110

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_001_SBC/NEMO/OPA_SRC/SBC/sbccpl.F90

    r702 r881  
    2727   USE cpl_oasis4      ! OASIS4 coupling (to ECHAM5) 
    2828   USE geo2ocean, ONLY : repere, repcmo 
    29    USE ice, only       : frld       ! : leads fraction = 1-a/totalarea 
     29   USE ice_2, only     : frld       ! : leads fraction = 1-a/totalarea 
    3030 
    3131   USE sbc_oce         ! Surface boundary condition: ocean fields 
     
    6464                       fr2_i0       ! : 2nd part of the fraction of sol.rad. which penetrate inside the ice cover 
    6565 
    66    USE ice, only    : hicif ,     & ! : ice thickness 
     66   USE ice_2, only  : hicif ,     & ! : ice thickness 
    6767                      frld  ,     & ! : leads fraction = 1-a/totalarea 
    6868                      hsnif  ,    & ! : snow thickness 
Note: See TracChangeset for help on using the changeset viewer.