Last change
on this file since 1047 was
1047,
checked in by emillour, 11 years ago
|
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 size:
592 bytes
|
Line | |
---|
1 | !----------------------------------------------------------------------- |
---|
2 | ! INCLUDE 'dimphys.h' |
---|
3 | |
---|
4 | ! ngridmx : number of horizontal grid points |
---|
5 | ! note: the -1/jjm term will be 0; unless jj=1 |
---|
6 | ! integer, parameter :: ngridmx = (2+(jjm-1)*iim - 1/jjm) |
---|
7 | ! nlayermx : number of atmospheric layers |
---|
8 | integer, parameter :: nlayermx = llm |
---|
9 | ! nsoilmx : number of subterranean layers |
---|
10 | !EM: old soil routine: integer, parameter :: nsoilmx = 10 |
---|
11 | ! integer, parameter :: nsoilmx = 18 ! nsoilmx is now in comsoil_h |
---|
12 | !----------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.