Changeset 5110 for LMDZ6/branches/Amaury_dev/libf/phylmd/cpl_mod.F90
- Timestamp:
- Jul 24, 2024, 11:19:08 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/cpl_mod.F90
r5103 r5110 16 16 !************************************************************************************* 17 17 USE dimphy, ONLY: klon 18 USE mod_phys_lmdz_para18 USE lmdz_phys_para 19 19 USE ioipsl 20 20 USE iophy … … 136 136 USE surface_data 137 137 USE indice_sol_mod 138 USE mod_grid_phy_lmdz, ONLY: nbp_lon, nbp_lat, grid1dTo2d_glo, klon_glo, grid_type, unstructured, regular_lonlat138 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 140 USE print_control_mod, ONLY: lunout … … 411 411 USE indice_sol_mod 412 412 USE time_phylmdz_mod, ONLY: start_time, itau_phy 413 USE mod_grid_phy_lmdz, ONLY: nbp_lon, nbp_lat413 USE lmdz_grid_phy, ONLY: nbp_lon, nbp_lat 414 414 use config_ocean_skin_m, only: activate_ocean_skin 415 415 … … 661 661 USE carbon_cycle_mod, ONLY: carbon_cycle_cpl, co2_send 662 662 USE indice_sol_mod 663 USE mod_grid_phy_lmdz, ONLY: nbp_lon, nbp_lat663 USE lmdz_grid_phy, ONLY: nbp_lon, nbp_lat 664 664 use config_ocean_skin_m, only: activate_ocean_skin 665 665 … … 921 921 USE carbon_cycle_mod, ONLY: carbon_cycle_cpl 922 922 USE indice_sol_mod 923 USE mod_grid_phy_lmdz, ONLY: nbp_lon, nbp_lat923 USE lmdz_grid_phy, ONLY: nbp_lon, nbp_lat 924 924 925 925 ! Input arguments … … 1117 1117 ! (it is done in cpl_send_seaice_fields). 1118 1118 1119 USE mod_grid_phy_lmdz, ONLY: nbp_lon, nbp_lat1119 USE lmdz_grid_phy, ONLY: nbp_lon, nbp_lat 1120 1120 1121 1121 ! Input arguments … … 1173 1173 ! will be done in cpl_send_seaice_fields. 1174 1174 1175 USE mod_grid_phy_lmdz, ONLY: nbp_lon, nbp_lat1175 USE lmdz_grid_phy, ONLY: nbp_lon, nbp_lat 1176 1176 1177 1177 ! Input varibales … … 1229 1229 USE carbon_cycle_mod, ONLY: carbon_cycle_cpl 1230 1230 USE indice_sol_mod 1231 USE mod_grid_phy_lmdz, ONLY: nbp_lon, nbp_lat1231 USE lmdz_grid_phy, ONLY: nbp_lon, nbp_lat 1232 1232 USE time_phylmdz_mod, ONLY: start_time, itau_phy 1233 1233 USE config_ocean_skin_m, only: activate_ocean_skin … … 1541 1541 1542 1542 SUBROUTINE cpl2gath(champ_in, champ_out, knon, knindex) 1543 USE mod_phys_lmdz_para1543 USE lmdz_phys_para 1544 1544 ! Cette routine transforme un champs de la grille 2D recu du coupleur sur la grille 1545 1545 ! 'gathered' (la grille physiq comprime). … … 1554 1554 ! champ_out champ sur la grille 'gatherd' 1555 1555 1556 USE mod_grid_phy_lmdz, ONLY: nbp_lon, nbp_lat1556 USE lmdz_grid_phy, ONLY: nbp_lon, nbp_lat 1557 1557 1558 1558 ! Input … … 1589 1589 1590 1590 SUBROUTINE gath2cpl(champ_in, champ_out, knon, knindex) 1591 USE mod_phys_lmdz_para1591 USE lmdz_phys_para 1592 1592 ! Cette routine ecrit un champ 'gathered' sur la grille 2D pour le passer 1593 1593 ! au coupleur. … … 1601 1601 ! champ_out champ sur la grille 2D 1602 1602 1603 USE mod_grid_phy_lmdz, ONLY: nbp_lon, nbp_lat1603 USE lmdz_grid_phy, ONLY: nbp_lon, nbp_lat 1604 1604 1605 1605 ! Input arguments
Note: See TracChangeset
for help on using the changeset viewer.