Changeset 498
- Timestamp:
- Jan 13, 2012, 2:56:03 PM (13 years ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 6 added
- 52 deleted
- 2 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r496 r498 1365 1365 >> Corrections to the thermals scheme following latest revisions of the related paper. Replaced the surface layer interpolator by a more 1366 1366 complete 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 10 10 11 11 include 'datafile.h' 12 include ' NIRdata.h'12 include 'nirdata.h' 13 13 14 14 -
trunk/LMDZ.MARS/libf/phymars/nirco2abs.F
r414 r498 49 49 #include "callkeys.h" 50 50 #include "comdiurn.h" 51 #include " NIRdata.h"51 #include "nirdata.h" 52 52 53 53 c-----------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.