Changeset 5280 for LMDZ6/trunk/libf/dyn3dmem
- Timestamp:
- Oct 28, 2024, 10:47:48 AM (3 months ago)
- Location:
- LMDZ6/trunk/libf/dyn3dmem
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/dyn3dmem/advtrac_loc.f90
r5272 r5280 8 8 ! M.A Filiberti (04/2002) 9 9 ! 10 USE comdissip_mod_h 10 11 USE infotrac, ONLY: nqtot, tracers 11 12 USE control_mod, ONLY: iapp_tracvl, day_step, planet_type … … 28 29 29 30 30 include "comdissip.h"31 31 include "comgeom2.h" 32 32 include "description.h" -
LMDZ6/trunk/libf/dyn3dmem/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 … … 43 44 44 45 45 include "comdissnew.h"46 46 include "iniprint.h" 47 47 -
LMDZ6/trunk/libf/dyn3dmem/dissip_loc.f90
r5272 r5280 4 4 SUBROUTINE dissip_loc( vcov,ucov,teta,p, dv,du,dh ) 5 5 ! 6 USE comdissipn_mod_h 7 USE comdissnew_mod_h 6 8 USE parallel_lmdz 7 9 USE write_field_loc … … 36 38 37 39 include "comgeom.h" 38 include "comdissnew.h"39 include "comdissipn.h"40 40 41 41 ! Arguments: -
LMDZ6/trunk/libf/dyn3dmem/divgrad2_loc.f90
r5272 r5280 10 10 ! divgra est un argument de sortie pour le s-prg 11 11 ! 12 USE comdissipn_mod_h 12 13 USE parallel_lmdz 13 14 USE times … … 22 23 23 24 INCLUDE "comgeom2.h" 24 INCLUDE "comdissipn.h"25 25 26 26 ! ....... variables en arguments ....... -
LMDZ6/trunk/libf/dyn3dmem/gcm.F90
r5272 r5280 13 13 ! USE mod_interface_dyn_phys, ONLY: init_interface_dyn_phys 14 14 !#endif 15 USE comdissnew_mod_h 15 16 USE mod_hallo 16 17 USE Bands … … 60 61 ! Declarations: 61 62 ! ------------- 62 include "comdissnew.h"63 63 include "comgeom.h" 64 64 include "description.h" -
LMDZ6/trunk/libf/dyn3dmem/gradiv2_loc.f90
r5272 r5280 13 13 ! 14 14 ! 15 USE comdissipn_mod_h 15 16 USE parallel_lmdz 16 17 USE times … … 27 28 28 29 INCLUDE "comgeom.h" 29 INCLUDE "comdissipn.h"30 30 ! 31 31 ! ........ variables en arguments ........ -
LMDZ6/trunk/libf/dyn3dmem/leapfrog_loc.f90
r5272 r5280 2 2 masse0,phis0,q0,time_0) 3 3 4 USE comdissnew_mod_h 4 5 USE misc_mod 5 6 USE parallel_lmdz … … 75 76 ! Declarations: 76 77 ! ------------- 77 include "comdissnew.h"78 78 include "comgeom.h" 79 79 include "description.h" -
LMDZ6/trunk/libf/dyn3dmem/nxgraro2_loc.f90
r5272 r5280 12 12 ! 13 13 ! 14 USE comdissipn_mod_h 14 15 USE write_Field_p 15 16 USE parallel_lmdz … … 25 26 26 27 27 INCLUDE "comdissipn.h"28 28 ! 29 29 ! ...... variables en arguments ....... -
LMDZ6/trunk/libf/dyn3dmem/top_bound_loc.f90
r5272 r5280 3 3 ! 4 4 SUBROUTINE top_bound_loc(vcov,ucov,teta,masse,dt) 5 USE comdissipn_mod_h 5 6 USE parallel_lmdz 6 7 USE comconst_mod, ONLY: iflag_top_bound, mode_top_bound, & … … 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.