Changeset 757 for trunk/LMDZ.MARS/README


Ignore:
Timestamp:
Aug 7, 2012, 3:14:07 PM (12 years ago)
Author:
emillour
Message:

Mars GCM:

  • Improvement of the NLTE 15um scheme (for running with nltemodel = 2); now MUCH faster than previously (by a factor 5 or so):
  • Improvements included to the parameterization:
    • Cool-to-space calculation included above P(atm)=1e-10, with a soft merging to the full result (without the CTS approximation) below that level
    • exhaustive cleaning of the code, including FTNCHK and reordering of loops, subroutines and internal calls
    • simplification of the precomputed tables of CO2 bands' atmospheric transmittances
    • the two internal grids (the one used in the CTS region and the one below) have been , in order to reduce the CPU time consumption
    • reading of the spectroscopic histograms is made only once, at the beginning of the GCM, to avoid repetitive readings of ASCII files
    • F90 matrix operations (matmul,...) included.
  • Changes in routines:
    • removed nlte_leedat.F
    • updated nlte_calc.F, nlte_tcool.F, nlte_aux.F
    • updated nlte_commons.h, nlte_paramdef.h
    • added nlte_setup.F
  • Important: The input files (in the NLTEDAT directory) read as input by these routines have changed. the NLTEDAT directory should now on contain only the following files:

deltanu26.dat enelow27.dat hid26-3.dat parametp_Tstar_IAA1204.dat
deltanu27.dat enelow28.dat hid26-4.dat parametp_VC_IAA1204.dat
deltanu28.dat enelow36.dat hid27-1.dat
deltanu36.dat hid26-1.dat hid28-1.dat
enelow26.dat hid26-2.dat hid36-1.dat

FGG+MALV

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/README

    r740 r757  
    17481748     dust population will not be affected by nucleation and CCN release
    17491749- New ice definition in surfini, based on latest CO2 cycle parameters
     1750
     1751== 07/08/12 == FGG + MALV
     1752- Improvement of the NLTE 15um scheme (for running with nltemodel = 2); now
     1753  MUCH faster than previously (by a factor 5 or so):
     1754- Improvements included to the parameterization:
     1755  - Cool-to-space calculation included above P(atm)=1e-10, with a soft
     1756    merging to the full result (without the CTS approximation) below that
     1757    level
     1758  - exhaustive cleaning of the code, including FTNCHK and reordering of
     1759    loops, subroutines and internal calls
     1760  - simplification of the precomputed tables of CO2 bands' atmospheric
     1761    transmittances
     1762  - the two internal grids (the one used in the CTS region and the one
     1763    below) have been , in order to reduce the CPU time consumption
     1764  - reading of the spectroscopic histograms is made only once, at the
     1765    beginning of the GCM, to avoid repetitive readings of ASCII files
     1766  - F90 matrix operations (matmul,...) included.
     1767- Changes in routines:
     1768  - removed nlte_leedat.F
     1769  - updated nlte_calc.F, nlte_tcool.F, nlte_aux.F
     1770  - updated nlte_commons.h, nlte_paramdef.h
     1771  - added nlte_setup.F
     1772- Important: The input files (in the NLTEDAT directory) read as input by
     1773  these routines have changed. the NLTEDAT directory should now on contain
     1774  only the following files:
     1775   deltanu26.dat  enelow27.dat  hid26-3.dat  parametp_Tstar_IAA1204.dat
     1776   deltanu27.dat  enelow28.dat  hid26-4.dat  parametp_VC_IAA1204.dat
     1777   deltanu28.dat  enelow36.dat  hid27-1.dat
     1778   deltanu36.dat  hid26-1.dat   hid28-1.dat
     1779   enelow26.dat   hid26-2.dat   hid36-1.dat
Note: See TracChangeset for help on using the changeset viewer.