Changeset 5112 for LMDZ6/branches/Amaury_dev/libf/phylmd/physiq_mod.F90
- Timestamp:
- Jul 24, 2024, 12:45:32 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/physiq_mod.F90
r5111 r5112 33 33 USE FLOTT_GWD_rando_m, ONLY: FLOTT_GWD_rando 34 34 USE fonte_neige_mod, ONLY: fonte_neige_get_vars 35 USE geometry_mod, ONLY: cell_area, latitude_deg, longitude_deg35 USE lmdz_geometry, ONLY: cell_area, latitude_deg, longitude_deg 36 36 USE ioipsl, ONLY: histbeg, histvert, histdef, histend, histsync, & 37 37 histwrite, ju2ymds, ymds2ju, getin 38 USE ioipsl_getin_p_mod, ONLY: getin_p38 USE lmdz_ioipsl_getin_p, ONLY: getin_p 39 39 USE indice_sol_mod 40 40 USE infotrac_phy, ONLY: nqtot, nbtr, nqo, tracers, type_trac … … 61 61 USE phys_output_mod 62 62 USE phys_output_ctrlout_mod 63 USE print_control_mod, ONLY: mydebug => debug, lunout, prt_level, &63 USE lmdz_print_control, ONLY: mydebug => debug, lunout, prt_level, & 64 64 alert_first_call, call_alert, prt_alerte 65 65 USE readaerosol_mod, ONLY: init_aero_fromfile … … 74 74 USE ice_sursat_mod, ONLY: flight_init, airplane 75 75 USE vampir 76 USE write_field_phy76 USE lmdz_write_field_phy 77 77 USE wxios, ONLY: g_ctx, wxios_set_context 78 78 USE lmdz_lscp, ONLY: lscp … … 93 93 USE phys_output_var_mod, ONLY: cloud_cover_sw, cloud_cover_sw_s2 94 94 95 USE geometry_mod, ONLY: longitude, latitude, boundslon, boundslat, ind_cell_glo95 USE lmdz_geometry, ONLY: longitude, latitude, boundslon, boundslat, ind_cell_glo 96 96 USE time_phylmdz_mod, ONLY: ndays 97 97 USE infotrac_phy, ONLY: nqCO2 98 98 99 99 USE time_phylmdz_mod, ONLY: annee_ref, day_ini, day_ref, start_time 100 USE vertical_layers_mod, ONLY: aps, bps, ap, bp100 USE lmdz_vertical_layers, ONLY: aps, bps, ap, bp 101 101 102 102 USE lmdz_xios, ONLY: xios_update_calendar, xios_context_finalize, xios_get_field_attr, &
Note: See TracChangeset
for help on using the changeset viewer.