Last change
on this file since 1508 was
1502,
checked in by jghattas, 14 years ago
|
Modifications for variable idissip :
- Changed name of variable idissip to dissip_period everywhere to be compatible with old .def files.
- This variable was before read from physiq.def but the value was overwritten by a calculation in inidissip. Now, if dissip_period=0 calculation is done as before(default). Else the value from physiq.def is used directly.
- leapfrog : added "AND NOT forward" at line 284 (dyn3d) and line 363(dyn3dpar) necessare if dissip_period not a multiple by iperiod.
- iniconst : removed calculation of dtdiss (calculation done in inidissip)
FC, JG
|
File size:
882 bytes
|
Rev | Line | |
---|
[1299] | 1 | ! |
---|
[1357] | 2 | ! $Id $ |
---|
[1299] | 3 | ! |
---|
| 4 | |
---|
| 5 | MODULE control_mod |
---|
| 6 | |
---|
| 7 | ! LF 01/2010 |
---|
| 8 | ! Remplacement du fichier et common control |
---|
| 9 | |
---|
| 10 | IMPLICIT NONE |
---|
| 11 | |
---|
| 12 | REAL :: periodav |
---|
[1320] | 13 | INTEGER :: nday,day_step,iperiod,iapp_tracvl,nsplit_phys |
---|
[1502] | 14 | INTEGER :: iconser,iecri,dissip_period,iphysiq,iecrimoy |
---|
[1299] | 15 | INTEGER :: dayref,anneeref, raz_date, ip_ebil_dyn |
---|
[1357] | 16 | LOGICAL :: offline |
---|
[1299] | 17 | CHARACTER (len=4) :: config_inca |
---|
[1357] | 18 | CHARACTER (len=10) :: planet_type ! planet type ('earth','mars',...) |
---|
| 19 | LOGICAL output_grads_dyn ! output dynamics diagnostics in |
---|
| 20 | ! binary grads file 'dyn.dat' (y/n) |
---|
| 21 | LOGICAL ok_dynzon ! output zonal transports in dynzon.nc file |
---|
| 22 | LOGICAL ok_dyn_ins ! output instantaneous values of fields |
---|
| 23 | ! in the dynamics in NetCDF files dyn_hist*nc |
---|
| 24 | LOGICAL ok_dyn_ave ! output averaged values of fields in the dynamics |
---|
| 25 | ! in NetCDF files dyn_hist*ave.nc |
---|
[1299] | 26 | |
---|
| 27 | END MODULE |
---|
Note: See
TracBrowser
for help on using the repository browser.