Changeset 5111 for LMDZ6/branches/Amaury_dev/libf/phylmd/iophy.F90
- Timestamp:
- Jul 24, 2024, 12:17:33 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/iophy.F90
r5110 r5111 810 810 USE print_control_mod, ONLY: prt_level,lunout 811 811 USE lmdz_grid_phy, ONLY: nbp_lon, nbp_lat 812 USE lmdz_abort_physic, ONLY: abort_physic 812 813 813 814 IMPLICIT NONE … … 955 956 USE lmdz_xios, ONLY: xios_send_field, xios_field_is_active, using_xios 956 957 USE print_control_mod, ONLY: lunout, prt_level 958 USE lmdz_abort_physic, ONLY: abort_physic 957 959 958 960 IMPLICIT NONE … … 1167 1169 USE lmdz_xios, ONLY: xios_send_field, xios_field_is_active, using_xios 1168 1170 USE print_control_mod, ONLY: prt_level,lunout 1171 USE lmdz_abort_physic, ONLY: abort_physic 1169 1172 1170 1173 IMPLICIT NONE … … 1363 1366 USE lmdz_xios, ONLY: xios_send_field 1364 1367 USE print_control_mod, ONLY: prt_level,lunout 1368 USE lmdz_abort_physic, ONLY: abort_physic 1365 1369 1366 1370 IMPLICIT NONE … … 1446 1450 USE lmdz_grid_phy, ONLY: nbp_lon, nbp_lat, grid_type, unstructured 1447 1451 USE print_control_mod, ONLY: prt_level,lunout 1452 USE lmdz_abort_physic, ONLY: abort_physic 1448 1453 1449 1454 IMPLICIT NONE
Note: See TracChangeset
for help on using the changeset viewer.