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/README

    r1046 r1047  
    19271927- NB: FH recommends updating to latest yamada4 from Earth GCM and using
    19281928  their iflag_pbl=11 scheme.
     1929
     1930== 23/09/2013 == EM
     1931- IMPORTANT CHANGE: Removed all reference/use of ngridmx (dimphys.h) in
     1932  routines (necessary prerequisite to using parallel dynamics); in most
     1933  cases this just means adding 'ngrid' as routine argument, and making
     1934  local saved variables allocatable (and allocated at first call).
     1935  In the process, had to convert many *.h files to equivalent
     1936  modules: yomaer.h => yomaer_h.F90 , surfdat.h => surfdat_h.F90 ,
     1937  comsaison.h => comsaison_h.F90 , yomlw.h => yomlw_h.F90 ,
     1938  comdiurn.h => comdiurn_h.F90 , dimradmars.h => dimradmars_mod.F90 ,
     1939  comgeomfi.h => comgeomfi_h.F90, comsoil.h => comsoil_h.F90 ,
     1940  slope.h => slope_mod.F90
     1941- Also updated EOF routines, everything is now in eofdump_mod.F90
     1942- Removed unused routine lectfux.F (in dyn3d)
Note: See TracChangeset for help on using the changeset viewer.