Changeset 5144 for LMDZ6/branches/Amaury_dev/libf/phylmd/tracco2i_mod.F90
- Timestamp:
- Jul 29, 2024, 11:01:04 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/tracco2i_mod.F90
r5137 r5144 50 50 USE indice_sol_mod, ONLY: nbsrf, is_ter, is_lic, is_oce, is_sic 51 51 USE lmdz_clesphys 52 USE lmdz_yomcst 52 53 53 54 IMPLICIT NONE 54 55 INCLUDE "YOMCST.h"56 55 57 56 ! Input argument … … 355 354 USE carbon_cycle_mod, ONLY: fco2_ff, fco2_bb, fco2_land, fco2_ocean 356 355 USE lmdz_abort_physic, ONLY: abort_physic 356 USE lmdz_yomcst 357 357 358 358 IMPLICIT NONE 359 359 360 INCLUDE "YOMCST.h"361 360 LOGICAL, INTENT(IN) :: debutphy 362 361
Note: See TracChangeset
for help on using the changeset viewer.