Changeset 3326 for LMDZ6/branches/DYNAMICO-conv
- Timestamp:
- May 16, 2018, 3:01:09 PM (7 years ago)
- Location:
- LMDZ6/branches/DYNAMICO-conv/libf
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/DYNAMICO-conv/libf/dynphy_lonlat/phylmd/iniphysiq_mod.F90
r3050 r3326 35 35 USE phystokenc_mod, ONLY: init_phystokenc 36 36 USE phyaqua_mod, ONLY: iniaqua 37 USE comconst_mod, ONLY: omeg, rad 37 38 #ifdef INCA 38 39 USE indice_sol_mod, ONLY: nbsrf, is_oce, is_sic, is_ter, is_lic … … 131 132 cu,cuvsurcv,cv,cvusurcu, & 132 133 aire,apoln,apols, & 133 aireu,airev,rlatvdyn )134 aireu,airev,rlatvdyn,rad,omeg) 134 135 END IF 135 136 -
LMDZ6/branches/DYNAMICO-conv/libf/phylmd/regr_horiz_time_climoz_m.F90
r2963 r3326 52 52 USE assert_m, ONLY: assert 53 53 USE cal_tools_m, ONLY: year_len, mid_month 54 USE control_mod, ONLY: anneeref54 USE time_phylmdz_mod, ONLY: annee_ref 55 55 USE ioipsl, ONLY: ioget_year_len, ioget_calendar 56 56 USE regr_conserv_m, ONLY: regr_conserv … … 207 207 208 208 !--- Prepare quantities for time interpolation 209 tmidmonth=mid_month(annee ref, cal_in)209 tmidmonth=mid_month(annee_ref, cal_in) 210 210 IF(interpt) THEN 211 ntim_ou=ioget_year_len(annee ref)211 ntim_ou=ioget_year_len(annee_ref) 212 212 ALLOCATE(tmidday(ntim_ou)) 213 213 tmidday=[(REAL(k)-0.5,k=1,ntim_ou)] -
LMDZ6/branches/DYNAMICO-conv/libf/phylmd/regr_pr_time_av_m.F90
r2981 r3326 106 106 USE assert_m, ONLY: assert 107 107 USE assert_eq_m, ONLY: assert_eq 108 USE comvert_mod, ONLY: scaleheight108 ! USE comvert_mod, ONLY: scaleheight 109 109 USE interpolation, ONLY: locate 110 110 USE regr_conserv_m, ONLY: regr_conserv -
LMDZ6/branches/DYNAMICO-conv/libf/phylmd/slab_heat_transp_mod.F90
r3002 r3326 83 83 cu_,cuvsurcv_,cv_,cvusurcu_, & 84 84 aire_,apoln_,apols_, & 85 aireu_,airev_,rlatv )86 USE comconst_mod, ONLY: omeg, rad85 aireu_,airev_,rlatv, rad, omeg) 86 ! USE comconst_mod, ONLY: omeg, rad 87 87 ! number of points in lon, lat 88 88 IMPLICIT NONE … … 104 104 REAL,INTENT(IN) :: airev_(ip1jm) 105 105 REAL,INTENT(IN) :: rlatv(nbp_lat-1) 106 REAL,INTENT(IN) :: rad 107 REAL,INTENT(IN) :: omeg 106 108 107 109 ! Sanity check on dimensions
Note: See TracChangeset
for help on using the changeset viewer.