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 165 for trunk/CONFIG/ORCA2_LIM – NEMO

Changeset 165 for trunk/CONFIG/ORCA2_LIM


Ignore:
Timestamp:
2004-11-03T15:49:53+01:00 (19 years ago)
Author:
opalod
Message:

CT + CL : UPDATE105 : Add the subroutine albedo_init() in the albedo.F90 module to read the namelist namalb to set albedo parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CONFIG/ORCA2_LIM/EXP00/namelist

    r133 r165  
    156156/ 
    157157!----------------------------------------------------------------------- 
     158!       namalb   albedo parameters 
     159!----------------------------------------------------------------------- 
     160!  cgren    correction of the snow or ice albedo to take into account 
     161!  albice   albedo of melting ice in the arctic and antarctic 
     162!  alphd    coefficients for linear interpolation used to compute albedo 
     163!           between two extremes values (Pyane, 1972) 
     164!  alphc     "                                         " 
     165!  alphdi    "                                         " 
     166&namalb 
     167   cgren    =      0.06 
     168   albice   =      0.5 
     169   alphd    =      0.80 
     170   alphc    =      0.65 
     171   alphdi   =      0.72 
     172/ 
     173!----------------------------------------------------------------------- 
    158174!       namdom   space and time domain (bathymetry, mesh, timestep) 
    159175!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.