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 88 for trunk/NEMO/LIM_SRC/ice.F90 – NEMO

Ignore:
Timestamp:
2004-04-22T15:50:27+02:00 (20 years ago)
Author:
opalod
Message:

CT : UPDATE057 : # General syntax, alignement, comments corrections

# l_ctl alone replace the set (l_ctl .AND. lwp)
# Add of diagnostics which are activated when using l_ctl logical

File:
1 edited

Legend:

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

    r12 r88  
    3131      resl   = 5.0e-05,  &  !: maximum value for the residual of relaxation 
    3232      cw     = 5.0e-03,  &  !: drag coefficient for oceanic stress 
    33       angvg  = 0.0    ,  &  !: turning angle for oceanic stress 
     33      angvg  = 0.e0   ,  &  !: turning angle for oceanic stress 
    3434      pstar  = 1.0e+04,  &  !: first bulk-rheology parameter 
    35       c_rhg  = 20.0   ,  &  !: second bulk-rhelogy parameter 
    36       etamn  = 0.0e+07,  &  !: minimun value for viscosity 
    37       creepl = 2.0e-08,  &  !: creep limit 
    38       ecc    = 2.0    ,  &  !: eccentricity of the elliptical yield curve 
     35      c_rhg  = 20.e0  ,  &  !: second bulk-rhelogy parameter 
     36      etamn  = 0.e+07,   &  !: minimun value for viscosity 
     37      creepl = 2.e-08,   &  !: creep limit 
     38      ecc    = 2.e0   ,  &  !: eccentricity of the elliptical yield curve 
    3939      ahi0   = 350.e0       !: sea-ice hor. eddy diffusivity coeff. (m2/s) 
    4040 
     
    9898      tio_u, tio_v       !: two components of the ice-ocean stress (N/m2) 
    9999 
    100    REAL(wp), PUBLIC, DIMENSION(jpi,jpj,nsmax) ::   &  !: 
     100   REAL(wp), PUBLIC, DIMENSION(jpi,jpj,jpsmax) ::   &  !: 
    101101      scal0              !: ??? 
    102102 
    103    REAL(wp), PUBLIC, DIMENSION(jpi,jpj,nlayersp1) ::   &  !: 
     103   REAL(wp), PUBLIC, DIMENSION(jpi,jpj,jplayersp1) ::   &  !: 
    104104      tbif          !: Temperature inside the ice/snow layer 
    105105 
    106    REAL(wp), DIMENSION(jpi,jpj,0:kmax+1) ::    &  !: 
     106   REAL(wp), DIMENSION(jpi,jpj,0:jpkmax+1) ::    &  !: 
    107107      reslum        !: Relative absorption of solar radiation in each ocean level 
    108108 
Note: See TracChangeset for help on using the changeset viewer.