Changeset 5316 for LMDZ6/trunk


Ignore:
Timestamp:
Nov 6, 2024, 11:57:10 AM (12 hours ago)
Author:
abarral
Message:

Fix clesphys import for cosp

Location:
LMDZ6/trunk/libf/phylmd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/cosp/cosp_output_write_mod.F90

    r5310 r5316  
    446446    USE print_control_mod, ONLY: lunout,prt_level
    447447    use wxios_mod
     448    USE clesphys_mod_h, ONLY: ok_all_xml
    448449
    449450    IMPLICIT NONE
     
    507508    USE print_control_mod, ONLY: lunout,prt_level
    508509    use wxios_mod
     510    USE clesphys_mod_h, ONLY: ok_all_xml
    509511
    510512    IMPLICIT NONE
     
    610612  USE print_control_mod, ONLY: lunout,prt_level
    611613  USE lmdz_xios, only: xios_send_field, using_xios
     614  USE clesphys_mod_h, ONLY: ok_all_xml
    612615
    613616  IMPLICIT NONE
     
    696699  USE print_control_mod, ONLY: lunout,prt_level
    697700  USE lmdz_xios, only: xios_send_field, using_xios
     701  USE clesphys_mod_h, ONLY: ok_all_xml
    698702
    699703  IMPLICIT NONE
     
    792796  USE print_control_mod, ONLY: lunout,prt_level
    793797  USE lmdz_xios, only: xios_send_field, using_xios
     798  USE clesphys_mod_h, ONLY: ok_all_xml
    794799
    795800  IMPLICIT NONE
  • LMDZ6/trunk/libf/phylmd/cospv2/lmdz_cosp_output_write_mod.f90

    r5310 r5316  
    658658    USE mod_grid_phy_lmdz, ONLY: nbp_lon
    659659    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
    661662
    662663    IMPLICIT NONE
Note: See TracChangeset for help on using the changeset viewer.