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/iniwrite.F

    r999 r1047  
    11      SUBROUTINE iniwrite(nid,idayref,phis)
     2
     3      use comsoil_h, only: mlayer, nsoilmx
    24      IMPLICIT NONE
    35
     
    3032#include "description.h"
    3133#include "serre.h"
    32 #include"dimphys.h"
    33 #include"comsoil.h"
     34!#include"dimphys.h"
     35!#include"comsoil.h"
    3436
    3537c   Arguments:
     
    253255
    254256!-------------------------------
    255 ! (soil) depth variable mlayer() (known from comsoil.h)
     257! (soil) depth variable mlayer() (known from comsoil_h)
    256258!-------------------------------
    257259      ierr=NF_REDEF (nid) ! Enter NetCDF (re-)define mode
Note: See TracChangeset for help on using the changeset viewer.