Changeset 3511
- Timestamp:
- May 20, 2019, 11:25:15 AM (6 years ago)
- Location:
- LMDZ6/trunk/libf/phylmd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/cospv2/lmdz_cosp_interface.F90
r3491 r3511 16 16 ! subroutine phys_cosp2( itap,dtime,freq_cosp, & 17 17 subroutine lmdz_cosp_interface(itap, dtime, freq_cosp, ok_mensuelCOSP, ok_journeCOSP, & 18 19 20 21 22 23 18 ok_hfCOSP, ecrit_mth, ecrit_day, ecrit_hf, ok_all_xml, & 19 missing_val, Nptslmdz, Nlevlmdz, lon, lat, presnivs, & 20 overlaplmdz, sunlit, ref_liq, ref_ice, fracTerLic, & 21 u_wind, v_wind, phis, phi, ph, p, skt, t, sh, rh, & 22 tca, cca, mr_lsliq, mr_lsice, fl_lsrainI, fl_lssnowI, & 23 fl_ccrainI, fl_ccsnowI, mr_ozone, dtau_s, dem_s) 24 24 25 25 !-------------- Inputs --------------- … … 74 74 75 75 !!! Modules faisant partie du code source de COSPv2 76 use cosp_kinds, 76 use cosp_kinds, only: wp 77 77 use MOD_COSP_CONFIG, only: N_HYDRO,RTTOV_MAX_CHANNELS, & 78 78 niv_sorties, vgrid_z_in -
LMDZ6/trunk/libf/phylmd/physiq_mod.F90
r3496 r3511 1113 1113 ! Declarations pour Simulateur COSP 1114 1114 !============================================================ 1115 real :: mr_ozone(klon,klev) 1115 real :: mr_ozone(klon,klev), phicosp(klon,klev) 1116 1116 1117 1117 !IM stations CFMIP
Note: See TracChangeset
for help on using the changeset viewer.