Changeset 5112 for LMDZ6/branches/Amaury_dev/libf/phylmd/cpl_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/cpl_mod.F90
r5111 r5112 23 23 ! in the module are compiled and not the subroutines. 24 24 USE oasis 25 USE write_field_phy25 USE lmdz_write_field_phy 26 26 USE time_phylmdz_mod, ONLY: day_step_phy 27 27 … … 138 138 USE lmdz_grid_phy, ONLY: nbp_lon, nbp_lat, grid1dTo2d_glo, klon_glo, grid_type, unstructured, regular_lonlat 139 139 USE time_phylmdz_mod, ONLY: annee_ref, day_ini, itau_phy, itaufin_phy 140 USE print_control_mod, ONLY: lunout141 USE geometry_mod, ONLY: longitude_deg, latitude_deg, ind_cell_glo, cell_area142 USE ioipsl_getin_p_mod, ONLY: getin_p140 USE lmdz_print_control, ONLY: lunout 141 USE lmdz_geometry, ONLY: longitude_deg, latitude_deg, ind_cell_glo, cell_area 142 USE lmdz_ioipsl_getin_p, ONLY: getin_p 143 143 USE config_ocean_skin_m, ONLY: activate_ocean_skin 144 144 USE lmdz_abort_physic, ONLY: abort_physic … … 408 408 ! are stored in this module. 409 409 USE surface_data 410 USE geometry_mod, ONLY: longitude_deg, latitude_deg410 USE lmdz_geometry, ONLY: longitude_deg, latitude_deg 411 411 USE carbon_cycle_mod, ONLY: carbon_cycle_cpl 412 412 USE indice_sol_mod
Note: See TracChangeset
for help on using the changeset viewer.