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 828 for branches/dev_002_LIM/NEMO/OPA_SRC/phycst.F90 – NEMO

Ignore:
Timestamp:
2008-03-06T17:16:27+01:00 (16 years ago)
Author:
rblod
Message:

Complete previous commit in correcting a few compilation bugs, see ticket #71

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_002_LIM/NEMO/OPA_SRC/phycst.F90

    r827 r828  
    4949      rt0_snow = 273.16_wp  ,  &  !: melting point of snow  (Kelvin) 
    5050      rt0_ice  = 273.16_wp  ,  &  !: melting point of ice   (Kelvin) 
    51 #elif defined key_lim2 
     51#else 
    5252      rt0_snow = 273.15_wp  ,  &  !: melting point of snow  (Kelvin) 
    5353      rt0_ice  = 273.05_wp  ,  &  !: melting point of ice   (Kelvin) 
     
    6868      rhoic   = 917._wp       ,   &  !: density of sea ice (kg/m3) 
    6969      tmut    =   0.054       ,   &  !: decrease of seawater meltpoint with salinity 
    70 #elif defined key_lim2 
     70#else 
    7171      rcdsn   =   0.22_wp     ,   &  !: conductivity of the snow 
    7272      rcdic   =   2.034396_wp ,   &  !: conductivity of the ice 
     
    189189         WRITE(numout,*) '          latent heat of fusion of fresh ice / snow = ', lfus    , ' J/kg' 
    190190         WRITE(numout,*) '          latent heat of subl.  of fresh ice / snow = ', lsub    , ' J/kg' 
    191 #elif defined key_lim2 
     191#else 
    192192         WRITE(numout,*) '          density times specific heat for snow      = ', rcpsn   , ' J/m^3/K'  
    193193         WRITE(numout,*) '          density times specific heat for ice       = ', rcpic   , ' J/m^3/K' 
Note: See TracChangeset for help on using the changeset viewer.