Changeset 6273


Ignore:
Timestamp:
12/02/22 10:52:29 (17 months ago)
Author:
guez
Message:

Change calendar attribute "360d" to "360_day"

"360_day" is the correct attribute according to CF convention. "360d"
leads to an error when opening a history file with xarray.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • IOIPSL/tags/v2_2_5/src/calendar.f90

    r1519 r6273  
    676676      mon_len(:)=(/31,29,31,30,31,30,31,31,30,31,30,31/) 
    677677    CASE('360_day','360d') 
    678       calendar_used = '360d' 
     678      calendar_used = '360_day' 
    679679      one_year = 360.0 
    680680      mon_len(:)=(/30,30,30,30,30,30,30,30,30,30,30,30/) 
Note: See TracChangeset for help on using the changeset viewer.