source: dynamico_lmdz/aquaplanet/LMDZ5/libf/phymar/parclimf.F90 @ 4031

Last change on this file since 4031 was 3990, checked in by millour, 8 years ago

An updated LMDZ5 (based on LMDZ rev 2786) to play with.
EM

File size: 404 bytes
Line 
1MODULE PARCLIMF
2
3#include "tsmbkind.h"
4
5USE PARCLI
6
7
8IMPLICIT NONE
9
10SAVE
11
12!------------------------------------------------------------------------------
13!     JPNCHS : Number of *N108* fields (depending on JPNMOI).
14!     JPNCHF : Number of final  fields (depending on JPNMOI).
15
16INTEGER_M, PARAMETER :: JPNCHS=JPNMOS*JPNMOI+JPNFIS
17INTEGER_M, PARAMETER :: JPNCHF=JPNMOF*JPNMOI+JPNFIF
18
19END MODULE PARCLIMF
Note: See TracBrowser for help on using the repository browser.