Changeset 6125 for LMDZ6/trunk/libf/phylmd/physiq_mod.F90
- Timestamp:
- Mar 24, 2026, 10:56:41 AM (11 days ago)
- File:
-
- 1 edited
-
LMDZ6/trunk/libf/phylmd/physiq_mod.F90 (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/physiq_mod.F90
r6124 r6125 1641 1641 mr_ozone_cosp0,cldtau_cosp0,cldemi_cosp0,JrNt_cosp0) 1642 1642 1643 CALL phys_cosp(itap,phys_tstep,freq_cosp, & 1644 ok_mensuelCOSP,ok_journeCOSP,ok_hfCOSP, & 1645 ecrit_mth,ecrit_day,ecrit_hf, ok_all_xml, missing_val, & 1643 CALL phys_cosp(itap,phys_tstep,missing_val, & 1646 1644 klon,klev,longitude_deg,latitude_deg,presnivs,overlap, & 1647 1645 JrNt_cosp0,ref_liq_cosp0,ref_ice_cosp0, & … … 1661 1659 mr_ozone_cosp0,cldtau_cosp0,cldemi_cosp0,JrNt_cosp0) 1662 1660 1663 CALL lmdz_cosp_interface(itap,phys_tstep,freq_cosp, & 1664 ok_mensuelCOSP,ok_journeCOSP,ok_hfCOSP, & 1665 ecrit_mth,ecrit_day,ecrit_hf, ok_all_xml, missing_val, & 1661 CALL lmdz_cosp_interface(itap,phys_tstep,missing_val, & 1666 1662 klon,klev,longitude_deg,latitude_deg,presnivs,overlap, & 1667 1663 JrNt_cosp0,ref_liq_cosp0,ref_ice_cosp0, & … … 4786 4782 ! print*,'Dans physiq.F avant appel cosp ref_liq,ref_ice=', 4787 4783 ! s ref_liq,ref_ice 4788 CALL phys_cosp(itap,phys_tstep,freq_cosp, & 4789 ok_mensuelCOSP,ok_journeCOSP,ok_hfCOSP, & 4790 ecrit_mth,ecrit_day,ecrit_hf, ok_all_xml, missing_val, & 4784 CALL phys_cosp(itap,phys_tstep,missing_val, & 4791 4785 klon,klev,longitude_deg,latitude_deg,presnivs,overlap, & 4792 4786 JrNt,ref_liq,ref_ice, & … … 4823 4817 print*,'Dans physiq.F avant appel ' 4824 4818 ! s ref_liq,ref_ice 4825 CALL lmdz_cosp_interface(itap,phys_tstep,freq_cosp, & 4826 ok_mensuelCOSP,ok_journeCOSP,ok_hfCOSP, & 4827 ecrit_mth,ecrit_day,ecrit_hf, ok_all_xml, missing_val, & 4819 CALL lmdz_cosp_interface(itap,phys_tstep,missing_val, & 4828 4820 klon,klev,longitude_deg,latitude_deg,presnivs,overlap, & 4829 4821 JrNt,ref_liq,ref_ice, &
Note: See TracChangeset
for help on using the changeset viewer.
