Changeset 5316 for LMDZ6/trunk
- Timestamp:
- Nov 6, 2024, 11:57:10 AM (12 hours ago)
- Location:
- LMDZ6/trunk/libf/phylmd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/cosp/cosp_output_write_mod.F90
r5310 r5316 446 446 USE print_control_mod, ONLY: lunout,prt_level 447 447 use wxios_mod 448 USE clesphys_mod_h, ONLY: ok_all_xml 448 449 449 450 IMPLICIT NONE … … 507 508 USE print_control_mod, ONLY: lunout,prt_level 508 509 use wxios_mod 510 USE clesphys_mod_h, ONLY: ok_all_xml 509 511 510 512 IMPLICIT NONE … … 610 612 USE print_control_mod, ONLY: lunout,prt_level 611 613 USE lmdz_xios, only: xios_send_field, using_xios 614 USE clesphys_mod_h, ONLY: ok_all_xml 612 615 613 616 IMPLICIT NONE … … 696 699 USE print_control_mod, ONLY: lunout,prt_level 697 700 USE lmdz_xios, only: xios_send_field, using_xios 701 USE clesphys_mod_h, ONLY: ok_all_xml 698 702 699 703 IMPLICIT NONE … … 792 796 USE print_control_mod, ONLY: lunout,prt_level 793 797 USE lmdz_xios, only: xios_send_field, using_xios 798 USE clesphys_mod_h, ONLY: ok_all_xml 794 799 795 800 IMPLICIT NONE -
LMDZ6/trunk/libf/phylmd/cospv2/lmdz_cosp_output_write_mod.f90
r5310 r5316 658 658 USE mod_grid_phy_lmdz, ONLY: nbp_lon 659 659 USE print_control_mod, ONLY: lunout,prt_level 660 use wxios_mod 660 use wxios_mod 661 USE clesphys_mod_h, ONLY: ok_all_xml 661 662 662 663 IMPLICIT NONE
Note: See TracChangeset
for help on using the changeset viewer.