Changeset 2408 for LMDZ5/branches/testing/libf/misc
- Timestamp:
- Dec 14, 2015, 11:43:09 AM (9 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 1 deleted
- 2 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2293-2295,2297,2299-2302,2305-2313,2315,2317-2380,2382-2396
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/misc/wxios.F90
r2298 r2408 191 191 CALL xios_set_context_attr_hdl(g_ctx, calendar_type= "NoLeap") 192 192 IF (prt_level >= 10) WRITE(lunout,*) 'wxios_set_cal: Calendrier terrestre a 365 jours/an' 193 CASE(' earth_366d')193 CASE('gregorian') 194 194 CALL xios_set_context_attr_hdl(g_ctx, calendar_type= "Gregorian") 195 195 IF (prt_level >= 10) WRITE(lunout,*) 'wxios_set_cal: Calendrier gregorien'
Note: See TracChangeset
for help on using the changeset viewer.