source: LMDZ5/trunk/libf/dyn3dmem/control_mod.F90 @ 1632

Last change on this file since 1632 was 1632, checked in by Laurent Fairhead, 12 years ago

Import initial du répertoire dyn3dmem

Attention! ceci n'est qu'une version préliminaire du code "basse mémoire":
le code contenu dans ce répertoire est basé sur la r1320 et a donc besoin
d'être mis à jour par rapport à la dynamique parallèle d'aujourd'hui.
Ce code est toutefois mis à disposition pour circonvenir à des problèmes
de mémoire que certaines configurations du modèle pourraient rencontrer.
Dans l'état, il compile et tourne sur vargas et au CCRT


Initial import of dyn3dmem

Warning! this is just a preliminary version of the memory light code:
it is based on r1320 of the code and thus needs to be updated before
it can replace the present dyn3dpar code. It is nevertheless put at your
disposal to circumvent some memory problems some LMDZ configurations may
encounter. In its present state, it will compile and run on vargas and CCRT

File size: 724 bytes
Line 
1!
2! $Id$
3!
4
5MODULE control_mod
6
7! LF 01/2010
8! Remplacement du fichier et common control
9
10  IMPLICIT NONE
11
12  REAL    :: periodav
13  INTEGER :: nday,day_step,iperiod,iapp_tracvl
14  INTEGER :: iconser,iecri,idissip,iphysiq,iecrimoy
15  INTEGER :: dayref,anneeref, raz_date, ip_ebil_dyn
16  LOGICAL :: offline, output_grads_dyn
17  CHARACTER (len=4)  :: config_inca
18  CHARACTER (len=10) :: planet_type
19
20  LOGICAL ok_dynzon  ! output zonal transports in dynzon.nc file
21  LOGICAL ok_dyn_ins ! output instantaneous values of fields
22                     ! in the dynamics in NetCDF files dyn_hist*nc
23  LOGICAL ok_dyn_ave ! output averaged values of fields in the dynamics
24                     ! in NetCDF files dyn_hist*ave.nc
25
26END MODULE
Note: See TracBrowser for help on using the repository browser.