Ignore:
Timestamp:
Sep 23, 2013, 9:56:47 AM (11 years ago)
Author:
emillour
Message:

Mars GCM:

  • IMPORTANT CHANGE: Removed all reference/use of ngridmx (dimphys.h) in routines (necessary prerequisite to using parallel dynamics); in most cases this just means adding 'ngrid' as routine argument, and making local saved variables allocatable (and allocated at first call). In the process, had to convert many *.h files to equivalent modules: yomaer.h => yomaer_h.F90 , surfdat.h => surfdat_h.F90 , comsaison.h => comsaison_h.F90 , yomlw.h => yomlw_h.F90 , comdiurn.h => comdiurn_h.F90 , dimradmars.h => dimradmars_mod.F90 , comgeomfi.h => comgeomfi_h.F90, comsoil.h => comsoil_h.F90 , slope.h => slope_mod.F90
  • Also updated EOF routines, everything is now in eofdump_mod.F90
  • Removed unused routine lectfux.F (in dyn3d)

EM

File:
1 edited

Legend:

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

    r1038 r1047  
    2626
    2727
    28 #include "dimensions.h"
    29 #include "dimphys.h"
     28!#include "dimensions.h"
     29!#include "dimphys.h"
    3030#include "comcstfi.h"
    3131#include "callkeys.h"
    3232!#include "tracer.h"
    3333!#include "advtrac.h"
    34 #include "comgeomfi.h"
    35 
    36 #include "surfdat.h"
     34!#include "comgeomfi.h"
     35
     36!#include "surfdat.h"
    3737
    3838      integer,intent(in) :: ngrid ! number of atmospheric columns
     
    6868      allocate(alpha_lift(nq))
    6969      allocate(alpha_devil(nq))
    70       allocate(dryness(ngridmx))
     70      allocate(dryness(ngrid))
    7171      allocate(igcm_dustbin(nq))
    7272
Note: See TracChangeset for help on using the changeset viewer.