Changeset 5112 for LMDZ6/branches/Amaury_dev/libf/phylmdiso
- Timestamp:
- Jul 24, 2024, 12:45:32 PM (6 months ago)
- Location:
- LMDZ6/branches/Amaury_dev/libf/phylmdiso
- Files:
-
- 22 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmdiso/add_phys_tend_mod.F90
r5110 r5112 147 147 #endif 148 148 USE phys_state_var_mod, ONLY: ftsol 149 USE geometry_mod, ONLY: longitude_deg, latitude_deg150 USE print_control_mod, ONLY: prt_level149 USE lmdz_geometry, ONLY: longitude_deg, latitude_deg 150 USE lmdz_print_control, ONLY: prt_level 151 151 USE cmp_seri_mod 152 152 USE phys_output_var_mod, ONLY: d_qw_col, d_ql_col, d_qs_col, d_qbs_col, d_qt_col, d_ek_col, d_h_dair_col & … … 680 680 681 681 USE phys_state_var_mod, ONLY: phys_tstep, ftsol 682 USE geometry_mod, ONLY: longitude_deg, latitude_deg683 USE print_control_mod, ONLY: prt_level682 USE lmdz_geometry, ONLY: longitude_deg, latitude_deg 683 USE lmdz_print_control, ONLY: prt_level 684 684 USE cmp_seri_mod 685 685 USE phys_output_var_mod, ONLY: d_qw_col, d_ql_col, d_qs_col, d_qbs_col, d_qt_col, d_ek_col, d_h_dair_col & … … 908 908 USE phys_state_var_mod, ONLY: phys_tstep 909 909 USE phys_state_var_mod, ONLY: topsw, toplw, solsw, sollw, rain_con, snow_con, bs_fall 910 USE geometry_mod, ONLY: longitude_deg, latitude_deg911 USE print_control_mod, ONLY: prt_level910 USE lmdz_geometry, ONLY: longitude_deg, latitude_deg 911 USE lmdz_print_control, ONLY: prt_level 912 912 USE cmp_seri_mod 913 913 USE phys_output_var_mod, ONLY: d_qw_col, d_ql_col, d_qs_col, d_qbs_col, d_qt_col, d_ek_col, d_h_dair_col & -
LMDZ6/branches/Amaury_dev/libf/phylmdiso/add_wake_tend.F90
r5103 r5112 16 16 wake_dens, awake_dens 17 17 18 USE print_control_mod, ONLY: prt_level18 USE lmdz_print_control, ONLY: prt_level 19 19 #ifdef ISO 20 20 USE infotrac_phy, ONLY: ntiso -
LMDZ6/branches/Amaury_dev/libf/phylmdiso/calwake.F90
r5105 r5112 33 33 USE phys_state_var_mod, ONLY: pctsrf 34 34 USE indice_sol_mod, ONLY: is_oce 35 USE print_control_mod, ONLY: mydebug=>debug , lunout, prt_level35 USE lmdz_print_control, ONLY: mydebug=>debug , lunout, prt_level 36 36 USE lmdz_wake, ONLY: wake 37 37 #ifdef ISO -
LMDZ6/branches/Amaury_dev/libf/phylmdiso/change_srf_frac_mod.F90
r5103 r5112 33 33 USE ocean_slab_mod, ONLY: fsic, ocean_slab_frac 34 34 USE indice_sol_mod 35 USE print_control_mod, ONLY: lunout35 USE lmdz_print_control, ONLY: lunout 36 36 #ifdef ISO 37 37 USE infotrac_phy, ONLY: ntiso -
LMDZ6/branches/Amaury_dev/libf/phylmdiso/concvl.F90
r5105 r5112 62 62 #endif 63 63 USE phys_local_var_mod, ONLY: omega 64 USE print_control_mod, ONLY: prt_level, lunout64 USE lmdz_print_control, ONLY: prt_level, lunout 65 65 IMPLICIT NONE 66 66 ! ====================================================================== -
LMDZ6/branches/Amaury_dev/libf/phylmdiso/cv30_routines.F90
r5105 r5112 945 945 #endif 946 946 ) 947 USE print_control_mod, ONLY: lunout947 USE lmdz_print_control, ONLY: lunout 948 948 #ifdef ISO 949 949 use infotrac_phy, ONLY: ntraciso=>ntiso -
LMDZ6/branches/Amaury_dev/libf/phylmdiso/cv3_routines.F90
r5110 r5112 7 7 SUBROUTINE cv3_param(nd, k_upper, delt) 8 8 9 USE ioipsl_getin_p_mod, ONLY: getin_p9 USE lmdz_ioipsl_getin_p, ONLY: getin_p 10 10 use lmdz_phys_para 11 11 … … 323 323 USE lmdz_phys_transfert_para, ONLY: bcast 324 324 USE add_phys_tend_mod, ONLY: fl_cor_ebil 325 USE print_control_mod, ONLY: prt_level325 USE lmdz_print_control, ONLY: prt_level 326 326 IMPLICIT NONE 327 327 … … 1265 1265 #endif 1266 1266 ) 1267 USE print_control_mod, ONLY: lunout1267 USE lmdz_print_control, ONLY: lunout 1268 1268 #ifdef ISO 1269 1269 use infotrac_phy, ONLY: ntraciso=>ntiso … … 1463 1463 #endif 1464 1464 ) 1465 USE print_control_mod, ONLY: prt_level1465 USE lmdz_print_control, ONLY: prt_level 1466 1466 #ifdef ISO 1467 1467 use infotrac_phy, ONLY: ntraciso=>ntiso … … 3584 3584 #endif 3585 3585 ) 3586 USE print_control_mod, ONLY: prt_level, lunout3586 USE lmdz_print_control, ONLY: prt_level, lunout 3587 3587 #ifdef ISO 3588 3588 use infotrac_phy, ONLY: ntraciso=>ntiso … … 4692 4692 ) 4693 4693 4694 USE print_control_mod, ONLY: lunout, prt_level4694 USE lmdz_print_control, ONLY: lunout, prt_level 4695 4695 USE add_phys_tend_mod, ONLY: fl_cor_ebil 4696 4696 -
LMDZ6/branches/Amaury_dev/libf/phylmdiso/cv3p_mixing.F90
r5105 r5112 17 17 ! ************************************************************** 18 18 19 USE print_control_mod, ONLY: mydebug=>debug , lunout, prt_level20 USE ioipsl_getin_p_mod, ONLY: getin_p19 USE lmdz_print_control, ONLY: mydebug=>debug , lunout, prt_level 20 USE lmdz_ioipsl_getin_p, ONLY: getin_p 21 21 USE add_phys_tend_mod, ONLY: fl_cor_ebil 22 22 #ifdef ISO -
LMDZ6/branches/Amaury_dev/libf/phylmdiso/cv_driver.F90
r5105 r5112 1229 1229 SUBROUTINE cv_flag(iflag_ice_thermo) 1230 1230 1231 USE ioipsl_getin_p_mod, ONLY: getin_p1231 USE lmdz_ioipsl_getin_p, ONLY: getin_p 1232 1232 1233 1233 IMPLICIT NONE -
LMDZ6/branches/Amaury_dev/libf/phylmdiso/cv_routines.F90
r5105 r5112 396 396 tp1, tvp1, clw1, iflag, nk, icb, cbmf, plcl, tnk, qnk, gznk, t, q, qs, u, & 397 397 v, gz, h, lv, cpn, p, ph, tv, tp, tvp, clw, dph) 398 USE print_control_mod, ONLY: lunout398 USE lmdz_print_control, ONLY: lunout 399 399 IMPLICIT NONE 400 400 -
LMDZ6/branches/Amaury_dev/libf/phylmdiso/cva_driver.F90
r5105 r5112 51 51 ! ************************************************************** 52 52 53 USE print_control_mod, ONLY: prt_level, lunout53 USE lmdz_print_control, ONLY: prt_level, lunout 54 54 USE add_phys_tend_mod, ONLY: fl_cor_ebil 55 55 #ifdef ISO -
LMDZ6/branches/Amaury_dev/libf/phylmdiso/isotopes_routines_mod.F90
r5110 r5112 15859 15859 rain_fall,snow_fall,fevap,fxtevap,xtsol,qsol 15860 15860 !USE iostart, ONLY: close_startphy, get_field, get_var, open_startphy 15861 !USE write_field_phy15861 !USE lmdz_write_field_phy 15862 15862 USE indice_sol_mod, only: nbsrf 15863 15863 USE isotopes_mod, ONLY: initialisation_iso, iso_eau,iso_HDO, & … … 16034 16034 fevap,fxtevap,xtsol,qsol 16035 16035 !USE iostart 16036 !USE write_field_phy16036 !USE lmdz_write_field_phy 16037 16037 USE indice_sol_mod, only: nbsrf 16038 16038 USE isotopes_mod, ONLY: tnat,iso_HDO,iso_O18,iso_HTO, iso_eau,toce, & … … 16627 16627 USE isotopes_mod, only: iso_HTO,ok_prod_nucl_tritium 16628 16628 USE dimphy, only: klon,klev 16629 USE geometry_mod, only: latitude_deg,longitude_deg, & ! en degré, remplace rlat et rlon16629 USE lmdz_geometry, only: latitude_deg,longitude_deg, & ! en degré, remplace rlat et rlon 16630 16630 latitude,longitude ! en radian, remplace rlatd et rlond 16631 16631 USE lmdz_yomcst … … 18148 18148 & zmin_nucl, zmax_nucl, HTO_nucl 18149 18149 USE dimphy, only: klon,klev 18150 use geometry_mod, only: latitude_deg,longitude_deg18150 use lmdz_geometry, only: latitude_deg,longitude_deg 18151 18151 #ifdef ISOVERIF 18152 18152 USE isotopes_verif_mod … … 18225 18225 kmin_jessai,kmax_jessai) 18226 18226 USE dimphy, only: klon,klev 18227 use geometry_mod, only: latitude_deg,longitude_deg18227 use lmdz_geometry, only: latitude_deg,longitude_deg 18228 18228 USE lmdz_yomcst 18229 18229 #ifdef ISOVERIF … … 18366 18366 prod_nucl) 18367 18367 USE isotopes_mod, ONLY: iso_HTO 18368 use geometry_mod, only: cell_area18368 use lmdz_geometry, only: cell_area 18369 18369 use dimphy, only: klon,klev 18370 18370 USE lmdz_yomcst -
LMDZ6/branches/Amaury_dev/libf/phylmdiso/isotopes_verif_mod.F90
r5105 r5112 93 93 94 94 SUBROUTINE iso_verif_init() 95 use ioipsl_getin_p_mod, ONLY: getin_p95 use lmdz_ioipsl_getin_p, ONLY: getin_p 96 96 use isotopes_mod, ONLY: iso_O17, iso_O18, iso_HDO 97 97 implicit none -
LMDZ6/branches/Amaury_dev/libf/phylmdiso/isotrac_routines_mod.F90
r5105 r5112 1373 1373 SUBROUTINE initialise_bassins_boites(presnivs) 1374 1374 USE dimphy, only: klev 1375 USE geometry_mod, ONLY: longitude_deg, latitude_deg1375 USE lmdz_geometry, ONLY: longitude_deg, latitude_deg 1376 1376 use isotrac_mod, only: bassin_map,option_traceurs,boite_map 1377 1377 #ifdef ISOVERIF … … 2285 2285 2286 2286 SUBROUTINE isotrac_recolorise_general(xt_seri,t_seri,zx_rh,presnivs) 2287 USE geometry_mod, ONLY: latitude_deg2287 USE lmdz_geometry, ONLY: latitude_deg 2288 2288 USE dimphy, only: klon,klev 2289 2289 use isotrac_mod, only: option_traceurs,boite_map -
LMDZ6/branches/Amaury_dev/libf/phylmdiso/limit_read_mod.F90
r5110 r5112 284 284 #endif 285 285 USE phys_cal_mod, ONLY: calend, year_len 286 USE print_control_mod, ONLY: lunout, prt_level286 USE lmdz_print_control, ONLY: lunout, prt_level 287 287 USE lmdz_XIOS, ONLY: xios_recv_field 288 288 -
LMDZ6/branches/Amaury_dev/libf/phylmdiso/lmdz_lscp_old.F90
r5105 r5112 20 20 USE dimphy 21 21 USE icefrac_lsc_mod ! compute ice fraction (JBM 3/14) 22 USE print_control_mod, ONLY: prt_level, lunout22 USE lmdz_print_control, ONLY: prt_level, lunout 23 23 USE lmdz_cloudth, ONLY: cloudth, cloudth_v3, cloudth_v6 24 USE ioipsl_getin_p_mod, ONLY: getin_p24 USE lmdz_ioipsl_getin_p, ONLY: getin_p 25 25 USE phys_local_var_mod, ONLY: ql_seri,qs_seri 26 26 USE phys_local_var_mod, ONLY: rneblsvol -
LMDZ6/branches/Amaury_dev/libf/phylmdiso/lmdz_wake.F90
r5110 r5112 29 29 ! ************************************************************** 30 30 31 USE ioipsl_getin_p_mod, ONLY: getin_p31 USE lmdz_ioipsl_getin_p, ONLY: getin_p 32 32 USE dimphy 33 33 use lmdz_phys_para 34 USE print_control_mod, ONLY: prt_level34 USE lmdz_print_control, ONLY: prt_level 35 35 #ifdef ISO 36 36 USE infotrac_phy, ONLY: ntraciso=>ntiso -
LMDZ6/branches/Amaury_dev/libf/phylmdiso/phyaqua_mod.F90
r5110 r5112 23 23 24 24 USE dimphy, ONLY: klon 25 USE geometry_mod, ONLY: latitude25 USE lmdz_geometry, ONLY: latitude 26 26 USE surface_data, ONLY: type_ocean, ok_veget 27 27 USE pbl_surface_mod, ONLY: pbl_surface_init … … 40 40 USE lmdz_phys_transfert_para, ONLY: bcast 41 41 USE lmdz_grid_phy 42 USE ioipsl_getin_p_mod, ONLY: getin_p42 USE lmdz_ioipsl_getin_p, ONLY: getin_p 43 43 USE phys_cal_mod , ONLY: calend, year_len_phy => year_len 44 44 #ifdef ISO -
LMDZ6/branches/Amaury_dev/libf/phylmdiso/phyetat0_mod.F90
r5106 r5112 38 38 dt_ds, ratqs_inter_ 39 39 !FC 40 USE geometry_mod, ONLY: longitude_deg, latitude_deg40 USE lmdz_geometry, ONLY: longitude_deg, latitude_deg 41 41 USE iostart, ONLY: close_startphy, get_field, get_var, open_startphy 42 42 USE infotrac_phy, ONLY: nqtot, nbtr, type_trac, tracers -
LMDZ6/branches/Amaury_dev/libf/phylmdiso/phyredem.F90
r5110 r5112 36 36 wake_deltaxt 37 37 #endif 38 USE geometry_mod, ONLY: longitude_deg, latitude_deg38 USE lmdz_geometry, ONLY: longitude_deg, latitude_deg 39 39 USE iostart, ONLY: open_restartphy, close_restartphy, enddef_restartphy, put_field, put_var 40 40 USE traclmdz_mod, ONLY: traclmdz_to_restart -
LMDZ6/branches/Amaury_dev/libf/phylmdiso/phys_output_mod.F90
r5110 r5112 44 44 USE phys_output_ctrlout_mod 45 45 USE lmdz_grid_phy, only: klon_glo,nbp_lon,nbp_lat 46 USE print_control_mod, ONLY: prt_level,lunout47 USE vertical_layers_mod, ONLY: ap,bp,preff,presnivs, aps, bps, pseudoalt, presinter46 USE lmdz_print_control, ONLY: prt_level,lunout 47 USE lmdz_vertical_layers, ONLY: ap,bp,preff,presnivs, aps, bps, pseudoalt, presinter 48 48 USE time_phylmdz_mod, ONLY: day_ini, itau_phy, start_time, annee_ref, day_ref 49 49 ! ug Pour les sorties XIOS … … 618 618 USE phys_cal_mod 619 619 USE time_phylmdz_mod, ONLY: day_ref, annee_ref 620 USE print_control_mod, ONLY: lunout620 USE lmdz_print_control, ONLY: lunout 621 621 622 622 IMPLICIT NONE -
LMDZ6/branches/Amaury_dev/libf/phylmdiso/physiq_mod.F90
r5110 r5112 34 34 USE FLOTT_GWD_rando_m, only: FLOTT_GWD_rando 35 35 USE fonte_neige_mod, ONLY : fonte_neige_get_vars 36 USE geometry_mod, ONLY: cell_area, latitude_deg, longitude_deg36 USE lmdz_geometry, ONLY: cell_area, latitude_deg, longitude_deg 37 37 USE ioipsl, only: histbeg, histvert, histdef, histend, histsync, & 38 38 histwrite, ju2ymds, ymds2ju, getin 39 USE ioipsl_getin_p_mod, ONLY: getin_p39 USE lmdz_ioipsl_getin_p, ONLY: getin_p 40 40 USE indice_sol_mod 41 41 USE infotrac_phy, ONLY: nqtot, nbtr, nqo, tracers, type_trac,ivap,iliq,isol … … 62 62 USE phys_output_mod 63 63 USE phys_output_ctrlout_mod 64 USE print_control_mod, ONLY: mydebug=>debug , lunout, prt_level, &64 USE lmdz_print_control, ONLY: mydebug=>debug , lunout, prt_level, & 65 65 alert_first_call, call_alert, prt_alerte 66 66 USE readaerosol_mod, ONLY: init_aero_fromfile … … 75 75 USE ice_sursat_mod, ONLY: flight_init, airplane 76 76 USE vampir 77 USE write_field_phy77 USE lmdz_write_field_phy 78 78 USE wxios, ONLY: g_ctx, wxios_set_context 79 79 USE lmdz_lscp, ONLY: lscp … … 94 94 USE phys_output_var_mod, ONLY: cloud_cover_sw, cloud_cover_sw_s2 95 95 96 USE geometry_mod, ONLY: longitude, latitude, boundslon, boundslat, ind_cell_glo96 USE lmdz_geometry, ONLY: longitude, latitude, boundslon, boundslat, ind_cell_glo 97 97 USE time_phylmdz_mod, ONLY: ndays 98 98 USE infotrac_phy, ONLY: nqCO2 99 99 100 100 USE time_phylmdz_mod, ONLY: annee_ref, day_ini, day_ref, start_time 101 USE vertical_layers_mod, ONLY: aps, bps, ap, bp101 USE lmdz_vertical_layers, ONLY: aps, bps, ap, bp 102 102 103 103 USE lmdz_xios, ONLY: xios_update_calendar, xios_context_finalize, xios_get_field_attr, &
Note: See TracChangeset
for help on using the changeset viewer.