Changeset 730


Ignore:
Timestamp:
Jul 18, 2012, 11:10:04 AM (12 years ago)
Author:
jleconte
Message:
  • Updated README
  • Corrected gray gas mode. The use of kappa_VI or kappa_IR far a given band is now based on its wavenumber independently of

SW and LW calculations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/README

    r726 r730  
    705705- To add other aerosols, see Laura Kerber.
    706706
     707== 18/07/2012 == JL
     708- New water cycle scheme:
     709   - largescale now in F90. Robustness increased by i) including evap inside largescale ii) computing the
     710        condensed water amount iteratively
     711   - same improvements in moistadj.
     712   - Water thermodynamical data and saturation curves centralized in module watercommn_h
     713       - The saturation curves used are now Tetens formula as they are analyticaly inversible (Ts(P)-> Ps(T)).
     714          New saturation curve yields very good agreement with the former one.
     715       - Saturation curves are now generalized for arbitrary water amount (not just q<<1)
     716       - The old watersat should be removed soon.
     717   - The effect of water vapor on total (surface) pressure can be taken into account by setting
     718      mass_redistrib=.true. in callphys.def (routine mass_redistribution inspired from co2_condense in martian
     719      model but with a different scheme as many routines evaporate/condense water vapor).
     720- New cloud and precipitation scheme (JL + BC):
     721   - The default recovery assumption for computing the total cloud fraction has been changed (total random gave too
     722      large cloud fractions). See totalcloudfrac.F90 for details and to change this.
     723   - Totalcloudfraction now set the total cloud fraction to the fraction of the
     724      optically thickest cloud and totalcloudfrac is thus called in aeropacity.
     725   - Only the total cloud fraction is used to compute optical depth in aeropacity (no more effective
     726      optical depth with exponential formula).
     727   - 4 precipitation schemes are now available (see rain.F90 for details). The choice can be made using precip_scheme
     728      in callphys.def. Usage of the more physically based model of Boucher et al 95 (precip_scheme=4) is recommended.
     729      default behavior is set to the former "simple scheme" (precip_scheme=1).
     730   - See rain.f90 to determine the parameter to be defined in callphys.def as a function of the precipitation scheme used.
     731- Physiq.F90 now written in a matricial (more F90) way.
     732- Radii (H2O and CO2 cloud particles, aerosols, duts, ...) calculations now centralized in module radii_mod.F90
     733   and work with the new aerosol scheme implemented by Laura K. Some inconsistency may remain in callsedim.
     734- Corrected gray gas mode. The use of kappa_VI or kappa_IR far a given band is now based on its wavenumber independently of
     735   SW and LW calculations
     736   
     737Implementation compiled with ifort and pgf90.
     738gcm.e runs in Earth and Early Mars case with CO2 and H2O cycle + dust.
     739
Note: See TracChangeset for help on using the changeset viewer.