Changeset 5154 for LMDZ6/branches/Amaury_dev/libf/phylmd/cosp2
- Timestamp:
- Jul 31, 2024, 9:54:47 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/cosp2/cosp_output_write_mod.F90
r5133 r5154 462 462 USE lmdz_print_control, ONLY: lunout,prt_level 463 463 USE wxios 464 USE lmdz_clesphys 464 465 465 466 IMPLICIT NONE 466 467 INCLUDE "clesphys.h"468 467 469 468 INTEGER :: iff … … 523 522 USE lmdz_print_control, ONLY: lunout,prt_level 524 523 USE wxios 524 USE lmdz_clesphys 525 525 526 526 IMPLICIT NONE 527 528 INCLUDE "clesphys.h"529 527 530 528 INTEGER :: iff, klevs … … 627 625 USE lmdz_xios, only: xios_send_field, using_xios 628 626 USE lmdz_abort_physic, ONLY: abort_physic 627 USE lmdz_clesphys 629 628 630 629 IMPLICIT NONE 631 INCLUDE 'clesphys.h'632 630 633 631 TYPE(ctrl_outcosp), INTENT(IN) :: var … … 714 712 USE lmdz_xios, only: xios_send_field, using_xios 715 713 USE lmdz_abort_physic, ONLY: abort_physic 714 USE lmdz_clesphys 716 715 717 716 IMPLICIT NONE 718 INCLUDE 'clesphys.h'719 717 720 718 TYPE(ctrl_outcosp), INTENT(IN) :: var … … 811 809 USE lmdz_xios, only: xios_send_field, using_xios 812 810 USE lmdz_abort_physic, ONLY: abort_physic 811 USE lmdz_clesphys 813 812 814 813 IMPLICIT NONE 815 INCLUDE 'clesphys.h'816 814 817 815 TYPE(ctrl_outcosp), INTENT(IN) :: var
Note: See TracChangeset
for help on using the changeset viewer.