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 827 for branches/dev_002_LIM/NEMO/LIM_SRC_2 – NEMO

Ignore:
Timestamp:
2008-03-06T15:39:49+01:00 (16 years ago)
Author:
ctlod
Message:

dev_002_LIM : adapt ocean modules to both LIM 2.0 & 3.0 using key_lim2 & key_lim3

Location:
branches/dev_002_LIM/NEMO/LIM_SRC_2
Files:
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_002_LIM/NEMO/LIM_SRC_2/limflx_2.F90

    r823 r827  
    1717   USE flx_oce          ! sea-ice/ocean forcings variables 
    1818   USE ice_2             ! LIM sea-ice variables 
    19    USE flxblk_2           ! bulk formulea 
     19   USE flxblk             ! bulk formulea 
    2020   USE lbclnk           ! ocean lateral boundary condition 
    2121   USE in_out_manager   ! I/O manager 
    22    USE albedo_2         ! albedo parameters 
     22   USE albedo           ! albedo parameters 
    2323   USE prtctl           ! Print control 
    2424 
     
    193193      !  2) Computation of snow/ice and ocean albedo   ! 
    194194      !------------------------------------------------! 
    195       CALL flx_blk_albedo_2( zalb, zalcn, zalbp, zaldum ) 
     195      CALL flx_blk_albedo( zalb, zalcn, zalbp, zaldum ) 
    196196 
    197197      alb_ice(:,:) =  0.5 * zalbp(:,:) + 0.5 * zalb (:,:)   ! Ice albedo                        
Note: See TracChangeset for help on using the changeset viewer.