Changeset 5112 for LMDZ6/branches/Amaury_dev/libf/phylmd/oasis.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/oasis.F90
r5111 r5112 11 11 USE dimphy 12 12 USE lmdz_phys_para 13 USE write_field_phy13 USE lmdz_write_field_phy 14 14 15 15 #ifdef CPP_COUPLE … … 115 115 USE chemistry_cycle_mod, ONLY: dms_cycle_cpl, n2o_cycle_cpl 116 116 USE lmdz_xios 117 USE print_control_mod, ONLY: lunout117 USE lmdz_print_control, ONLY: lunout 118 118 USE lmdz_grid_phy, ONLY: nbp_lon, nbp_lat, grid_type, unstructured, regular_lonlat 119 USE geometry_mod, ONLY: ind_cell_glo119 USE lmdz_geometry, ONLY: ind_cell_glo 120 120 USE lmdz_phys_mpi_data, ONLY: klon_mpi_para_nb 121 121 USE config_ocean_skin_m, ONLY: activate_ocean_skin … … 402 402 !====================================================================== 403 403 404 USE print_control_mod, ONLY: lunout404 USE lmdz_print_control, ONLY: lunout 405 405 USE lmdz_grid_phy, ONLY: nbp_lon, nbp_lat 406 406 USE lmdz_abort_physic, ONLY: abort_physic … … 463 463 464 464 465 USE print_control_mod, ONLY: lunout465 USE lmdz_print_control, ONLY: lunout 466 466 USE lmdz_grid_phy, ONLY: nbp_lon, nbp_lat 467 467 USE lmdz_abort_physic, ONLY: abort_physic
Note: See TracChangeset
for help on using the changeset viewer.