Changeset 498


Ignore:
Timestamp:
Jan 13, 2012, 2:56:03 PM (13 years ago)
Author:
emillour
Message:

Mars GCM: Cleanup of the NLTE routines which have been packed together to limit the number of files.
Also enforced that file names are non-capitalized (needed by the create_make_gcm scripts to better evaluate dependencies when building the makefile).
FGG+EM

Location:
trunk/LMDZ.MARS
Files:
6 added
52 deleted
2 edited
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/README

    r496 r498  
    13651365>> Corrections to the thermals scheme following latest revisions of the related paper. Replaced the surface layer interpolator by a more
    13661366complete routine, that will ultimately become a post-processing utility (and disappear from libf) and a subroutine in the MCD.
     1367
     1368== 23/11/11 == FGG
     1369>> Cleanup of the NLTE routines which have been packed together to limit the
     1370   number of files. Also enforced that file names are non-capitalized (needed
     1371   by the create_make_gcm scripts to better evaluate dependencies when
     1372   building the makefile).
     1373   
  • trunk/LMDZ.MARS/libf/phymars/nir_leedat.F

    r497 r498  
    1010                                               
    1111      include 'datafile.h'
    12       include 'NIRdata.h'
     12      include 'nirdata.h'
    1313                                               
    1414                                               
  • trunk/LMDZ.MARS/libf/phymars/nirco2abs.F

    r414 r498  
    4949#include "callkeys.h"
    5050#include "comdiurn.h"
    51 #include "NIRdata.h"
     51#include "nirdata.h"
    5252
    5353c-----------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.