Changeset 3605 for LMDZ6/branches/Ocean_skin/libf/dyn3d/conf_gcm.F90
- Timestamp:
- Nov 21, 2019, 4:43:45 PM (5 years ago)
- Location:
- LMDZ6/branches/Ocean_skin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Ocean_skin
-
LMDZ6/branches/Ocean_skin/libf/dyn3d/conf_gcm.F90
r2665 r3605 21 21 USE serre_mod, ONLY: clon,clat,grossismx,grossismy,dzoomx,dzoomy, & 22 22 alphax,alphay,taux,tauy 23 USE temps_mod, ONLY: calend 23 USE temps_mod, ONLY: calend, year_len 24 24 25 25 IMPLICIT NONE … … 115 115 calend = 'earth_360d' 116 116 CALL getin('calend', calend) 117 ! initialize year_len for aquaplanets and 1D 118 if (calend == 'earth_360d') then 119 year_len=360 120 else if (calend == 'earth_365d') then 121 year_len=365 122 else if (calend == 'earth_366d') then 123 year_len=366 124 else 125 year_len=1 126 endif 117 127 118 128 !Config Key = dayref
Note: See TracChangeset
for help on using the changeset viewer.