Changeset 5282 for LMDZ6/trunk/libf/dyn3d_common
- Timestamp:
- Oct 28, 2024, 1:11:48 PM (4 days ago)
- Location:
- LMDZ6/trunk/libf/dyn3d_common
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/dyn3d_common/adaptdt.f90
r5281 r5282 14 14 15 15 16 17 include "description.h"18 16 19 17 !---------------------------------------------------------- -
LMDZ6/trunk/libf/dyn3d_common/advn.F90
r5281 r5282 15 15 ! 16 16 ! -------------------------------------------------------------------- 17 USE iniprint_mod_h 17 18 USE comgeom_mod_h 18 19 USE dimensions_mod, ONLY: iim, jjm, llm, ndm … … 23 24 24 25 25 include "iniprint.h"26 26 27 27 ! … … 147 147 ! 148 148 ! -------------------------------------------------------------------- 149 USE iniprint_mod_h 149 150 USE dimensions_mod, ONLY: iim, jjm, llm, ndm 150 USE paramet_mod_h, ONLY: iip1, iip2, iip3, jjp1, llmp1, llmp2, llmm1, kftd, ip1jm, ip1jmp1, &151 USE paramet_mod_h, ONLY: iip1, iip2, iip3, jjp1, llmp1, llmp2, llmm1, kftd, ip1jm, ip1jmp1, & 151 152 ip1jmi1, ijp1llm, ijmllm, mvar, jcfil, jcfllm 152 153 IMPLICIT NONE 153 154 ! 154 155 156 INCLUDE "iniprint.h"157 155 ! 158 156 ! … … 268 266 ! -------------------------------------------------------------------- 269 267 USE dimensions_mod, ONLY: iim, jjm, llm, ndm 270 USE paramet_mod_h, ONLY: iip1, iip2, iip3, jjp1, llmp1, llmp2, llmm1, kftd, ip1jm, ip1jmp1, &268 USE paramet_mod_h, ONLY: iip1, iip2, iip3, jjp1, llmp1, llmp2, llmm1, kftd, ip1jm, ip1jmp1, & 271 269 ip1jmi1, ijp1llm, ijmllm, mvar, jcfil, jcfllm 270 USE iniprint_mod_h 272 271 IMPLICIT NONE 273 ! 274 275 276 INCLUDE "iniprint.h" 272 277 273 ! 278 274 ! … … 367 363 ! -------------------------------------------------------------------- 368 364 USE dimensions_mod, ONLY: iim, jjm, llm, ndm 369 USE paramet_mod_h, ONLY: iip1, iip2, iip3, jjp1, llmp1, llmp2, llmm1, kftd, ip1jm, ip1jmp1, &365 USE paramet_mod_h, ONLY: iip1, iip2, iip3, jjp1, llmp1, llmp2, llmm1, kftd, ip1jm, ip1jmp1, & 370 366 ip1jmi1, ijp1llm, ijmllm, mvar, jcfil, jcfllm 367 USE iniprint_mod_h 371 368 IMPLICIT NONE 372 !373 374 375 INCLUDE "iniprint.h"376 369 ! 377 370 ! … … 492 485 ! -------------------------------------------------------------------- 493 486 USE dimensions_mod, ONLY: iim, jjm, llm, ndm 494 USE paramet_mod_h, ONLY: iip1, iip2, iip3, jjp1, llmp1, llmp2, llmm1, kftd, ip1jm, ip1jmp1, &487 USE paramet_mod_h, ONLY: iip1, iip2, iip3, jjp1, llmp1, llmp2, llmm1, kftd, ip1jm, ip1jmp1, & 495 488 ip1jmi1, ijp1llm, ijmllm, mvar, jcfil, jcfllm 489 USE iniprint_mod_h 496 490 IMPLICIT NONE 497 491 ! 498 492 499 493 500 include "iniprint.h"501 494 ! 502 495 ! … … 759 752 ! 760 753 ! -------------------------------------------------------------------- 754 USE iniprint_mod_h 761 755 USE comgeom_mod_h 762 756 USE dimensions_mod, ONLY: iim, jjm, llm, ndm … … 767 761 768 762 769 INCLUDE "iniprint.h"770 763 ! 771 764 ! … … 893 886 ! 894 887 ! -------------------------------------------------------------------- 888 USE iniprint_mod_h 895 889 USE comgeom_mod_h 896 890 USE dimensions_mod, ONLY: iim, jjm, llm, ndm … … 901 895 902 896 903 INCLUDE "iniprint.h"904 897 ! 905 898 ! -
LMDZ6/trunk/libf/dyn3d_common/diagedyn.f90
r5281 r5282 53 53 !====================================================================== 54 54 55 USE iniprint_mod_h 55 56 USE comgeom_mod_h 56 57 USE control_mod, ONLY : planet_type … … 63 64 64 65 65 INCLUDE "iniprint.h"66 66 67 67 ! Ehouarn: for now set these parameters to what is in Earth physics... -
LMDZ6/trunk/libf/dyn3d_common/disvert.f90
r5272 r5282 3 3 SUBROUTINE disvert() 4 4 5 USE iniprint_mod_h 5 6 use ioipsl, only: getin 6 7 use new_unit_m, only: new_unit … … 17 18 18 19 19 include "iniprint.h"20 20 21 21 !------------------------------------------------------------------------------- -
LMDZ6/trunk/libf/dyn3d_common/disvert_noterre.f90
r5272 r5282 6 6 ! On l'utilise aussi pour Venus et Titan, legerment modifiee. 7 7 8 USE iniprint_mod_h 8 9 use IOIPSL 9 10 … … 20 21 21 22 22 include "iniprint.h"23 23 ! 24 24 !======================================================================= -
LMDZ6/trunk/libf/dyn3d_common/infotrac.f90
r5271 r5282 117 117 118 118 SUBROUTINE init_infotrac 119 USE iniprint_mod_h 119 120 USE control_mod, ONLY: planet_type 120 121 USE lmdz_reprobus_wrappers, ONLY: Init_chem_rep_trac … … 142 143 ! Declarations: 143 144 144 INCLUDE "iniprint.h"145 145 146 146 !------------------------------------------------------------------------------------------------------------------------------ -
LMDZ6/trunk/libf/dyn3d_common/iniconst.f90
r5272 r5282 4 4 SUBROUTINE iniconst 5 5 6 USE iniprint_mod_h 6 7 USE control_mod 7 8 use IOIPSL … … 10 11 unsim, pi, r, kappa, cpp, dtvr, dtphys 11 12 USE comvert_mod, ONLY: disvert_type, pressure_exner 12 13 13 14 USE dimensions_mod, ONLY: iim, jjm, llm, ndm 14 15 USE paramet_mod_h, ONLY: iip1, iip2, iip3, jjp1, llmp1, llmp2, llmm1, kftd, ip1jm, ip1jmp1, & … … 23 24 24 25 25 include "iniprint.h"26 26 27 27 character(len=*),parameter :: modname="iniconst" -
LMDZ6/trunk/libf/dyn3d_common/inidissip.f90
r5280 r5282 11 11 ! ------------- 12 12 13 USE iniprint_mod_h 13 14 USE comdissipn_mod_h 14 15 USE control_mod, only : dissip_period,iperiod … … 23 24 24 25 25 include "iniprint.h"26 26 27 27 LOGICAL,INTENT(in) :: lstardis -
LMDZ6/trunk/libf/dyn3d_common/initdynav.f90
r5281 r5282 3 3 subroutine initdynav(day0,anne0,tstep,t_ops,t_wrt) 4 4 5 USE iniprint_mod_h 5 6 USE comgeom_mod_h 6 7 USE IOIPSL … … 39 40 40 41 41 42 include "description.h"43 include "iniprint.h"44 42 45 43 ! Arguments -
LMDZ6/trunk/libf/dyn3d_common/initfluxsto.f90
r5281 r5282 6 6 fileid,filevid,filedid) 7 7 8 USE comgeom_mod_h 8 USE iniprint_mod_h 9 USE comgeom_mod_h 9 10 USE IOIPSL 10 11 USE comconst_mod, ONLY: pi … … 45 46 ! Declarations 46 47 47 48 include "description.h"49 include "iniprint.h"50 48 51 49 ! Arguments -
LMDZ6/trunk/libf/dyn3d_common/inithist.f90
r5281 r5282 4 4 subroutine inithist(day0,anne0,tstep,t_ops,t_wrt) 5 5 6 USE comgeom_mod_h 6 USE iniprint_mod_h 7 USE comgeom_mod_h 7 8 USE IOIPSL 8 9 USE infotrac, ONLY : nqtot … … 44 45 ! Declarations 45 46 46 47 include "description.h"48 include "iniprint.h"49 47 50 48 ! Arguments -
LMDZ6/trunk/libf/dyn3d_common/interpre.f90
r5281 r5282 17 17 18 18 19 20 include "description.h"21 19 22 20 !--------------------------------------------------- -
LMDZ6/trunk/libf/dyn3d_common/sortvarc.f90
r5281 r5282 6 6 vcov ) 7 7 8 USE iniprint_mod_h 8 9 USE comgeom_mod_h 9 10 USE control_mod, ONLY: resetvarc … … 36 37 37 38 38 INCLUDE "iniprint.h"39 39 40 40 ! Arguments: -
LMDZ6/trunk/libf/dyn3d_common/traceurpole.f90
r5281 r5282 11 11 implicit none 12 12 13 14 15 include "description.h"16 13 17 14 -
LMDZ6/trunk/libf/dyn3d_common/writedynav.f90
r5281 r5282 3 3 subroutine writedynav(time, vcov, ucov, teta, ppk, phi, q, masse, ps, phis) 4 4 5 USE iniprint_mod_h 5 6 USE comgeom_mod_h 6 7 USE ioipsl … … 33 34 ! Declarations 34 35 35 36 include "description.h"37 include "iniprint.h"38 36 39 37 ! Arguments -
LMDZ6/trunk/libf/dyn3d_common/writehist.f90
r5281 r5282 3 3 ! 4 4 subroutine writehist(time,vcov,ucov,teta,phi,q,masse,ps,phis) 5 USE iniprint_mod_h 5 6 USE comgeom_mod_h 6 7 USE ioipsl … … 35 36 ! 36 37 ! Declarations 37 38 include "description.h"39 include "iniprint.h"40 38 41 39 !
Note: See TracChangeset
for help on using the changeset viewer.