source: LMDZ4/branches/LMDZ4-dev/libf/dyn3d/temps.h @ 1154

Last change on this file since 1154 was 1154, checked in by lguez, 15 years ago

-- Added "NetCDF95" interface in "bibio".
-- NetCDF95 uses the module "typesizes", which is part of NetCDF, so we
exclude dependency on "typesizes" in "bld.cfg".
-- Added "assert_eq" and "assert" procedures, which are in the public
part of Numerical Recipes.
-- Added some interpolation and regridding utilities in "bibio".
-- Added the ability to read an ozone climatology from a NetCDF file.
-- Commented out unused variables and code in "etat0_netcdf".
-- Updated calls to NetCDF in "etat0_netcdf": from Fortran 77
interface to Fortran 90 interface.
-- Removed useless "deallocate" at the end of "etat0_netcdf".
-- Corrected some declarations not conforming to Fortran standard, such
as "integer*4", or obsolescent such as "character*4".
-- Replaced some calls to not-standard function "float" by calls to
"real".
-- On Brodie at IDRIS, the NetCDF library compiled with OpenMP should
be used. Changed path in "arch-SX8_BRODIE.path".
-- Added warning for incompatibility of debugging options and OpenMP
parallelization in "makelmdz_fcm".

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 723 bytes
Line 
1!
2! $Header$
3!
4!  ATTENTION!!!!: ce fichier include est compatible format fixe/format libre
5!                 veillez  n'utiliser que des ! pour les commentaires
6!                 et  bien positionner les & des lignes de continuation
7!                 (les placer en colonne 6 et en colonne 73)
8!
9!
10!-----------------------------------------------------------------------
11! INCLUDE 'temps.h'
12
13      COMMON/temps/itaufin, dt, day_ini, day_end, annee_ref, day_ref,   &
14     &             itau_dyn, itau_phy
15
16      INTEGER   itaufin
17      INTEGER(kind=4) itau_dyn, itau_phy
18      INTEGER(kind=4) day_ini, day_end, annee_ref, day_ref
19      REAL      dt
20
21!-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.