Changeset 3605 for LMDZ6/branches/Ocean_skin/libf/dyn3dmem/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/dyn3dmem/conf_gcm.F90
r2665 r3605 25 25 USE serre_mod, ONLY: clon,clat,grossismx,grossismy,dzoomx,dzoomy, & 26 26 alphax,alphay,taux,tauy 27 USE temps_mod, ONLY: calend 27 USE temps_mod, ONLY: calend, year_len 28 28 29 29 IMPLICIT NONE … … 144 144 !Config 145 145 calend = 'earth_360d' 146 ! initialize year_len for aquaplanets and 1D 146 147 CALL getin('calend', calend) 148 if (calend == 'earth_360d') then 149 year_len=360 150 else if (calend == 'earth_365d') then 151 year_len=365 152 else if (calend == 'earth_366d') then 153 year_len=366 154 else 155 year_len=1 156 endif 157 147 158 148 159 !Config Key = dayref
Note: See TracChangeset
for help on using the changeset viewer.