- Timestamp:
- Oct 30, 2024, 7:07:56 PM (4 weeks ago)
- Location:
- LMDZ6/trunk/libf
- Files:
-
- 12 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/concvl.f90
r5285 r5304 36 36 USE print_control_mod, ONLY: prt_level, lunout 37 37 USE yomcst_mod_h 38 USE yomcst2_mod_h 38 39 USE conema3_mod_h 39 40 USE yoethf_mod_h … … 226 227 INTEGER, SAVE :: itap, igout 227 228 !$OMP THREADPRIVATE(itap, igout) 228 include "YOMCST2.h"229 229 include "FCTTRE.h" 230 230 -
LMDZ6/trunk/libf/phylmd/conf_phys_m.f90
r5298 r5304 24 24 alp_offset) 25 25 26 USE compbl_mod_h 26 USE yomcst2_mod_h 27 USE compbl_mod_h 27 28 USE alpale_mod 28 29 USE conema3_mod_h … … 45 46 INCLUDE "nuage.h" 46 47 47 INCLUDE "YOMCST2.h"48 48 49 49 INCLUDE "YOEGWD.h" -
LMDZ6/trunk/libf/phylmd/cv3_buoy.f90
r5299 r5304 10 10 ! ************************************************************** 11 11 12 USE cv3param_mod_h 12 USE yomcst2_mod_h 13 USE cv3param_mod_h 13 14 USE cvthermo_mod_h 14 15 IMPLICIT NONE 15 16 16 include "YOMCST2.h"17 17 18 18 ! input: -
LMDZ6/trunk/libf/phylmd/cv3_inicp.f90
r5268 r5304 3 3 ! ************************************************************** 4 4 ! * 5 ! CV3_INIP Lecture des choix de lois de probabilit é de mélange*6 ! et calcul de leurs coefficients normalis és. *5 ! CV3_INIP Lecture des choix de lois de probabilit� de m�lange* 6 ! et calcul de leurs coefficients normalis�s. * 7 7 ! * 8 8 ! written by : Jean-Yves Grandpeix, 06/06/2006, 19.39.27 * 9 9 ! modified by : * 10 10 ! ************************************************************** 11 USE yomcst2_mod_h 11 12 IMPLICIT NONE 12 include "YOMCST2.h"13 14 13 INTEGER iflag_clos 15 14 CHARACTER (LEN=20) :: modname = 'cv3_inicp' -
LMDZ6/trunk/libf/phylmd/cv3_inip.f90
r5268 r5304 10 10 ! 11 11 !---------------------------------------------- 12 ! INPUT (from Common YOMCST2 in "YOMCST2.h") :12 ! INPUT (from YOMCST2 ) : 13 13 ! iflag_mix 14 ! gammas 14 ! gammas 15 15 ! alphas 16 16 ! betas … … 19 19 ! 20 20 !---------------------------------------------- 21 ! INPUT/OUTPUT (from and to Common YOMCST2 in "YOMCST2.h") :21 ! INPUT/OUTPUT (from and to YOMCST2 ) : 22 22 ! qqa1 23 23 ! qqa2 24 24 ! 25 25 !---------------------------------------------- 26 ! OUTPUT (to Common YOMCST2 in "YOMCST2.h") :26 ! OUTPUT (to YOMCST2 ) : 27 27 ! Qcoef1max 28 28 ! Qcoef2max … … 30 30 !---------------------------------------------- 31 31 32 USE print_control_mod, ONLY: prt_level, lunout 32 USE yomcst2_mod_h 33 USE print_control_mod, ONLY: prt_level, lunout 33 34 IMPLICIT NONE 34 35 35 include "YOMCST2.h"36 36 37 37 !---------------------------------------------- -
LMDZ6/trunk/libf/phylmd/cv3_routines.f90
r5299 r5304 1133 1133 USE conema3_mod_h 1134 1134 USE cv3param_mod_h 1135 USE yomcst2_mod_h 1135 1136 IMPLICIT NONE 1136 1137 … … 1152 1153 ! - no inb1, only inb in output 1153 1154 ! --------------------------------------------------------------------- 1154 1155 include "YOMCST2.h"1156 1155 1157 1156 !inputs: -
LMDZ6/trunk/libf/phylmd/cv3p1_closure.f90
r5299 r5304 19 19 ! ************************************************************** 20 20 21 USE cv3param_mod_h 21 USE yomcst2_mod_h 22 USE cv3param_mod_h 22 23 USE conema3_mod_h 23 24 USE cvthermo_mod_h … … 26 27 IMPLICIT NONE 27 28 28 include "YOMCST2.h"29 29 30 30 -
LMDZ6/trunk/libf/phylmd/cv3p2_closure.f90
r5299 r5304 18 18 ! ************************************************************** 19 19 20 USE cv3param_mod_h 20 USE yomcst2_mod_h 21 USE cv3param_mod_h 21 22 USE conema3_mod_h 22 23 USE cvthermo_mod_h … … 26 27 IMPLICIT NONE 27 28 28 include "YOMCST2.h"29 29 30 30 -
LMDZ6/trunk/libf/phylmd/cv3p_mixing.f90
r5299 r5304 13 13 ! ************************************************************** 14 14 15 USE cv3param_mod_h 15 USE yomcst2_mod_h 16 USE cv3param_mod_h 16 17 USE cvthermo_mod_h 17 18 USE cvflag_mod_h … … 22 23 IMPLICIT NONE 23 24 24 include "YOMCST2.h"25 25 26 26 !inputs: -
LMDZ6/trunk/libf/phylmd/yomcst2_mod_h.f90
r5303 r5304 1 MODULE yomcst2_mod_h 2 IMPLICIT NONE; PRIVATE 3 PUBLIC gammas, alphas, betas, Fmax, scut, qqa1, qqa2, qqa3, Qcoef1max, & 4 Qcoef2max, Supcrit1, Supcrit2, choice, iflag_mix, coef_clos_ls, iflag_mix_adiab 1 5 2 INTEGER choice, iflag_mix, iflag_mix_adiab 3 REAL gammas, alphas, betas, Fmax, qqa1, qqa2, qqa3, scut 4 REAL Qcoef1max,Qcoef2max,Supcrit1,Supcrit2 5 REAL coef_clos_ls 6 ! 7 COMMON/YOMCST2/gammas, alphas, betas, Fmax, scut, & 8 & qqa1, qqa2, qqa3, & 9 & Qcoef1max,Qcoef2max, & 10 & Supcrit1, Supcrit2, & 11 & choice,iflag_mix,coef_clos_ls,iflag_mix_adiab 12 !$OMP THREADPRIVATE(/YOMCST2/) 13 ! -------------------------------------------------------------------- 6 INTEGER choice, iflag_mix, iflag_mix_adiab 7 REAL gammas, alphas, betas, Fmax, qqa1, qqa2, qqa3, scut 8 REAL Qcoef1max, Qcoef2max, Supcrit1, Supcrit2 9 REAL coef_clos_ls 14 10 11 !$OMP THREADPRIVATE(gammas, alphas, betas, Fmax, scut, qqa1, qqa2, qqa3, Qcoef1max, & 12 !$OMP Qcoef2max, Supcrit1, Supcrit2, choice, iflag_mix, coef_clos_ls, iflag_mix_adiab) 13 END MODULE yomcst2_mod_h -
LMDZ6/trunk/libf/phylmdiso/concvl.F90
r5285 r5304 67 67 USE conema3_mod_h 68 68 USE yoethf_mod_h 69 USE yomcst2_mod_h 69 70 IMPLICIT NONE 70 71 ! ====================================================================== … … 298 299 INTEGER, SAVE :: itap, igout 299 300 !$OMP THREADPRIVATE(itap, igout) 300 include "YOMCST2.h"301 301 include "FCTTRE.h" 302 302 -
LMDZ6/trunk/libf/phylmdiso/cv3_routines.F90
r5299 r5304 1478 1478 USE cvflag_mod_h 1479 1479 USE conema3_mod_h 1480 USE cv3param_mod_h 1480 USE cv3param_mod_h 1481 USE yomcst2_mod_h 1481 1482 IMPLICIT NONE 1482 1483 … … 1498 1499 ! - no inb1, only inb in output 1499 1500 ! --------------------------------------------------------------------- 1500 include "YOMCST2.h"1501 1501 1502 1502 !inputs: -
LMDZ6/trunk/libf/phylmdiso/cv3p_mixing.F90
r5299 r5304 39 39 #endif 40 40 #endif 41 USE cv3param_mod_h 41 USE yomcst2_mod_h 42 USE cv3param_mod_h 42 43 USE cvthermo_mod_h 43 44 USE cvflag_mod_h 44 45 IMPLICIT NONE 45 46 46 include "YOMCST2.h"47 47 48 48 !inputs: -
LMDZ6/trunk/libf/phylmdiso/yomcst2_mod_h.f90
r5303 r5304 1 link ../phylmd/ YOMCST2.h1 link ../phylmd/yomcst2_mod_h.f90
Note: See TracChangeset
for help on using the changeset viewer.