Changeset 5282 for LMDZ6/trunk/libf/dyn3d
- Timestamp:
- Oct 28, 2024, 1:11:48 PM (5 weeks ago)
- Location:
- LMDZ6/trunk/libf/dyn3d
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/dyn3d/abort_gcm.F90
r5271 r5282 6 6 SUBROUTINE abort_gcm(modname, message, ierr) 7 7 8 USE IOIPSL 8 USE iniprint_mod_h 9 USE IOIPSL 9 10 !! ug Pour les sorties XIOS 10 11 USE wxios 11 12 12 INCLUDE "iniprint.h"13 13 14 14 ! -
LMDZ6/trunk/libf/dyn3d/advtrac.f90
r5281 r5282 9 9 ! M.A Filiberti (04/2002) 10 10 ! 11 USE iniprint_mod_h 11 12 USE comgeom2_mod_h 12 13 USE comdissip_mod_h … … 22 23 ! 23 24 24 25 include "description.h"26 include "iniprint.h"27 25 28 26 !--------------------------------------------------------------------------- -
LMDZ6/trunk/libf/dyn3d/bilan_dyn.f90
r5281 r5282 10 10 ! vQ..A=Cp T + L * ... 11 11 12 USE iniprint_mod_h 12 13 USE comgeom2_mod_h 13 14 USE IOIPSL … … 23 24 24 25 25 include "iniprint.h"26 26 27 27 !==================================================================== -
LMDZ6/trunk/libf/dyn3d/conf_gcm.f90
r5280 r5282 4 4 SUBROUTINE conf_gcm( tapedef, etatinit ) 5 5 6 USE iniprint_mod_h 6 7 USE comdissnew_mod_h 7 8 USE control_mod … … 39 40 40 41 41 include "iniprint.h"42 42 43 43 ! local: -
LMDZ6/trunk/libf/dyn3d/dynetat0.f90
r5281 r5282 6 6 ! Purpose: Initial state reading. 7 7 !------------------------------------------------------------------------------- 8 USE iniprint_mod_h 8 9 USE comgeom2_mod_h 9 10 USE infotrac, ONLY: nqtot, tracers, niso, iqIsoPha, iH2O, isoName, & … … 31 32 32 33 33 include "description.h" 34 include "iniprint.h" 35 !=============================================================================== 34 !=============================================================================== 36 35 ! Arguments: 37 36 CHARACTER(LEN=*), INTENT(IN) :: fichnom !--- FILE NAME -
LMDZ6/trunk/libf/dyn3d/dynredem.f90
r5281 r5282 23 23 ip1jmi1, ijp1llm, ijmllm, mvar, jcfil, jcfllm 24 24 USE comgeom2_mod_h 25 USE iniprint_mod_h 25 26 IMPLICIT NONE 26 27 27 28 include "description.h" 29 include "iniprint.h" 30 !=============================================================================== 28 !=============================================================================== 31 29 ! Arguments: 32 30 CHARACTER(LEN=*), INTENT(IN) :: fichnom !--- FILE NAME … … 174 172 ip1jmi1, ijp1llm, ijmllm, mvar, jcfil, jcfllm 175 173 USE comgeom_mod_h 174 USE iniprint_mod_h 176 175 IMPLICIT NONE 177 176 178 177 179 include "description.h" 180 include "iniprint.h" 181 !=============================================================================== 178 !=============================================================================== 182 179 ! Arguments: 183 180 CHARACTER(LEN=*), INTENT(IN) :: fichnom !-- FILE NAME -
LMDZ6/trunk/libf/dyn3d/fluxstokenc.f90
r5281 r5282 6 6 ! This routine is designed to work with ioipsl 7 7 8 USE comgeom_mod_h 8 USE iniprint_mod_h 9 USE comgeom_mod_h 9 10 USE IOIPSL 10 11 ! … … 22 23 23 24 include "tracstoke.h" 24 include "iniprint.h"25 25 26 26 REAL :: time_step,t_wrt, t_ops -
LMDZ6/trunk/libf/dyn3d/friction.f90
r5281 r5282 4 4 !======================================================================= 5 5 SUBROUTINE friction(ucov,vcov,pdt) 6 USE iniprint_mod_h 6 7 USE comgeom2_mod_h 7 8 USE control_mod … … 26 27 27 28 28 include "iniprint.h"29 29 include "academic.h" 30 30 -
LMDZ6/trunk/libf/dyn3d/gcm.f90
r5281 r5282 5 5 ! 6 6 PROGRAM gcm 7 USE iniprint_mod_h 7 8 USE comgeom_mod_h 8 9 USE comdissnew_mod_h … … 58 59 ! Declarations: 59 60 ! ------------- 60 include "description.h"61 include "iniprint.h"62 61 include "tracstoke.h" 63 62 … … 116 115 abort_message = 'last timestep reached' 117 116 modname = 'gcm' 118 descript = 'Run GCM LMDZ'119 117 lafin = .FALSE. 120 118 dynhist_file = 'dyn_hist.nc' -
LMDZ6/trunk/libf/dyn3d/guide_mod.f90
r5281 r5282 8 8 ! F. Codron 01/09 9 9 !======================================================================= 10 USE iniprint_mod_h 10 11 USE getparam, only: ini_getparam, fin_getparam, getpar 11 12 USE Write_Field … … 368 369 369 370 370 INCLUDE "iniprint.h"371 371 372 372 -
LMDZ6/trunk/libf/dyn3d/iniacademic.f90
r5281 r5282 4 4 SUBROUTINE iniacademic(vcov,ucov,teta,q,masse,ps,phis,time_0) 5 5 6 USE iniprint_mod_h 6 7 USE comgeom_mod_h 7 8 USE filtreg_mod, ONLY: inifilr … … 38 39 39 40 include "academic.h" 40 include "iniprint.h"41 41 42 42 ! Arguments: -
LMDZ6/trunk/libf/dyn3d/integrd.f90
r5281 r5282 7 7 ) 8 8 9 USE iniprint_mod_h 9 10 USE comgeom_mod_h 10 11 use control_mod, only : planet_type … … 37 38 38 39 39 include "iniprint.h"40 40 41 41 ! Arguments: -
LMDZ6/trunk/libf/dyn3d/leapfrog.F90
r5281 r5282 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 iniprint_mod_h 8 9 USE comgeom_mod_h 9 10 USE comdissnew_mod_h … … 61 62 ! Declarations: 62 63 ! ------------- 63 include "description.h"64 include "iniprint.h"65 64 include "academic.h" 66 65 -
LMDZ6/trunk/libf/dyn3d/sw_case_williamson91_6.f90
r5281 r5282 26 26 ! 27 27 !======================================================================= 28 USE iniprint_mod_h 28 29 USE comgeom_mod_h 29 30 USE comconst_mod, ONLY: cpp, omeg, rad … … 40 41 41 42 42 include "iniprint.h"43 43 44 44 ! Arguments: -
LMDZ6/trunk/libf/dyn3d/top_bound.F90
r5281 r5282 4 4 SUBROUTINE top_bound(vcov,ucov,teta,masse,dt) 5 5 6 USE comgeom2_mod_h 6 USE iniprint_mod_h 7 USE comgeom2_mod_h 7 8 USE comdissipn_mod_h 8 9 USE comconst_mod, ONLY: iflag_top_bound, mode_top_bound, & … … 58 59 59 60 60 INCLUDE "iniprint.h"61 61 62 62 ! Arguments: -
LMDZ6/trunk/libf/dyn3d/vlsplt.F90
r5281 r5282 142 142 USE paramet_mod_h, ONLY: iip1, iip2, iip3, jjp1, llmp1, llmp2, llmm1, kftd, ip1jm, ip1jmp1, & 143 143 ip1jmi1, ijp1llm, ijmllm, mvar, jcfil, jcfllm 144 USE iniprint_mod_h 144 145 IMPLICIT NONE 145 146 ! 146 147 147 148 148 include "iniprint.h"149 149 ! 150 150 !
Note: See TracChangeset
for help on using the changeset viewer.