Changeset 1494 for trunk/LMDZ.GENERIC


Ignore:
Timestamp:
Nov 5, 2015, 2:42:36 PM (9 years ago)
Author:
mturbet
Message:

minor corrections in rcm1d

Location:
trunk/LMDZ.GENERIC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/README

    r1493 r1494  
    11031103== 04/11/2015 == MT
    11041104- Corrections of bugs in phyetat0.F90 (vap tracer) and in physiq.F90 (ice evolution scheme).
     1105
     1106== 05/11/2015 == MT
     1107- Minor Albedo correction of bugs in rcm1d.
  • trunk/LMDZ.GENERIC/libf/phystd/dyn1d/rcm1d.F

    r1422 r1494  
    66      use surfdat_h, only: albedodat, phisfi, dryness, watercaptag,
    77     &                     zmea, zstd, zsig, zgam, zthe,
    8      &                     emissiv, emisice, albedice, iceradius,
     8     &                     emissiv, emisice, iceradius,
    99     &                     dtemisice
    1010      use comdiurn_h, only: sinlat, coslat, sinlon, coslon
     
    185185      emisice(2)=0.95            ! Emissivite calotte sud 
    186186
    187       albedice(1)=0.5            ! Albedo calotte nord
    188       albedice(2)=0.5            ! Albedo calotte sud
    189187      iceradius(1) = 100.e-6     ! mean scat radius of CO2 snow (north)
    190188      iceradius(2) = 100.e-6     ! mean scat radius of CO2 snow (south)
Note: See TracChangeset for help on using the changeset viewer.