Ignore:
Timestamp:
Feb 10, 2012, 12:33:14 PM (13 years ago)
Author:
tnavarro
Message:

10/02/12 == TN

Major update on watercycle: a smaller integration timestep is now used

in watercloud.F, sedimentation of clouds is done in watercloud instead of
callsedim.F

Temperature-dependant contact parameter in nuclea.F
No dust lifting if CO2 ice in vdif.c
Ice integrated column opacity is written in diagfi from physiq.F, instead

of aeropacity.F. Mandatory if iradia is not 1.

New definition of permanent ice in surfini.F and possibility to have an ice

cap in it in 1d.

Update in deftank: callphys.def.outliers,run.def.1d; added traceur.def.scavenging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/testphys1d.F

    r358 r520  
    581581     $   thermo,qsurf)
    582582      endif
    583       watercaptag(ngridmx)=.false.
     583
     584c Regarder si le sol est un reservoir de glace d'eau
     585c --------------------------------------------------
     586      watercaptag(ngridmx)=.false. ! Par defaut il n'y pas de glace au sol
     587      print *,'Water ice cap on ground ?'
     588      call getin("watercaptag",watercaptag)
     589      write(*,*) " watercaptag = ",watercaptag
    584590     
    585591
Note: See TracChangeset for help on using the changeset viewer.