Changeset 5280 for LMDZ6/trunk/libf/dyn3d
- Timestamp:
- Oct 28, 2024, 10:47:48 AM (3 months ago)
- Location:
- LMDZ6/trunk/libf/dyn3d
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/dyn3d/advtrac.f90
r5272 r5280 9 9 ! M.A Filiberti (04/2002) 10 10 ! 11 USE comdissip_mod_h 11 12 USE infotrac, ONLY: nqtot, tracers, isoCheck 12 13 USE control_mod, ONLY: iapp_tracvl, day_step … … 21 22 22 23 23 include "comdissip.h"24 24 include "comgeom2.h" 25 25 include "description.h" -
LMDZ6/trunk/libf/dyn3d/conf_gcm.f90
r5272 r5280 4 4 SUBROUTINE conf_gcm( tapedef, etatinit ) 5 5 6 USE comdissnew_mod_h 6 7 USE control_mod 7 8 use IOIPSL … … 38 39 39 40 40 include "comdissnew.h"41 41 include "iniprint.h" 42 42 -
LMDZ6/trunk/libf/dyn3d/dissip.f90
r5272 r5280 4 4 SUBROUTINE dissip( vcov,ucov,teta,p, dv,du,dh ) 5 5 ! 6 USE comdissipn_mod_h 7 USE comdissnew_mod_h 6 8 USE comconst_mod, ONLY: dtdiss 7 9 … … 33 35 34 36 include "comgeom.h" 35 include "comdissnew.h"36 include "comdissipn.h"37 37 38 38 ! Arguments: -
LMDZ6/trunk/libf/dyn3d/gcm.f90
r5272 r5280 5 5 ! 6 6 PROGRAM gcm 7 USE comdissnew_mod_h 7 8 USE IOIPSL 8 9 USE wxios ! ug Pour les sorties XIOS … … 18 19 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 19 20 ! FH 2008/05/09 On elimine toutes les clefs physiques dans la dynamique 20 ! A nettoyer. On ne veut qu'une ou deux routines d'interface 21 ! A nettoyer. On ne veut qu'une ou deux routines d'interface 21 22 ! dynamique -> physique pour l'initialisation 22 23 USE iniphysiq_mod, ONLY: iniphysiq … … 29 30 ! ...... Version du 10/01/98 .......... 30 31 31 ! avec coordonnees verticales hybrides 32 ! avec coordonnees verticales hybrides 32 33 ! avec nouveaux operat. dissipation * ( gradiv2,divgrad2,nxgraro2 ) 33 34 … … 56 57 ! Declarations: 57 58 ! ------------- 58 include "comdissnew.h"59 59 include "comgeom.h" 60 60 include "description.h" -
LMDZ6/trunk/libf/dyn3d/leapfrog.F90
r5272 r5280 6 6 SUBROUTINE leapfrog(ucov,vcov,teta,ps,masse,phis,q,time_0) 7 7 !IM : pour sortir les param. du modele dans un fis. netcdf 110106 8 USE comdissnew_mod_h 8 9 use IOIPSL 9 10 USE infotrac, ONLY: nqtot, isoCheck … … 59 60 ! Declarations: 60 61 ! ------------- 61 include "comdissnew.h"62 62 include "comgeom.h" 63 63 include "description.h" -
LMDZ6/trunk/libf/dyn3d/replay3d.f90
r5272 r5280 5 5 ! 6 6 PROGRAM replay3d 7 USE comdissnew_mod_h 7 8 USE comvert_mod, only : preff, pa 8 9 USE inigeomphy_mod, ONLY: inigeomphy … … 18 19 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 19 20 ! FH 2008/05/09 On elimine toutes les clefs physiques dans la dynamique 20 ! A nettoyer. On ne veut qu'une ou deux routines d'interface 21 ! A nettoyer. On ne veut qu'une ou deux routines d'interface 21 22 ! dynamique -> physique pour l'initialisation 22 23 USE iniphysiq_mod, ONLY: iniphysiq … … 29 30 ! ...... Version du 10/01/98 .......... 30 31 31 ! avec coordonnees verticales hybrides 32 ! avec coordonnees verticales hybrides 32 33 ! avec nouveaux operat. dissipation * ( gradiv2,divgrad2,nxgraro2 ) 33 34 … … 56 57 ! Declarations: 57 58 ! ------------- 58 include "comdissnew.h"59 59 include "comgeom2.h" 60 60 -
LMDZ6/trunk/libf/dyn3d/top_bound.F90
r5272 r5280 4 4 SUBROUTINE top_bound(vcov,ucov,teta,masse,dt) 5 5 6 USE comconst_mod, ONLY: iflag_top_bound, mode_top_bound, & 6 USE comdissipn_mod_h 7 USE comconst_mod, ONLY: iflag_top_bound, mode_top_bound, & 7 8 tau_top_bound 8 9 USE comvert_mod, ONLY: presnivs, preff, scaleheight … … 57 58 58 59 59 INCLUDE "comdissipn.h"60 60 INCLUDE "iniprint.h" 61 61
Note: See TracChangeset
for help on using the changeset viewer.