Changeset 378 for trunk


Ignore:
Timestamp:
11/03/10 23:14:18 (14 years ago)
Author:
brocksce
Message:

Limit correction of SE to time axis called "time_counter" only
so not CPL output that have a time axis called "time".
Anyway those output may be considered as results of internal coupling mechanisms.

Location:
trunk/libIGCM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_create_multi_se

    r377 r378  
    407407         
    408408        # Put correct climatological axis following calendar  
    409         if [[ ${var_unlim} = time* ]] ; then 
     409        if [[ ${var_unlim} = time_counter ]] ; then 
    410410                case ${config_UserChoices_CalendarType} in 
    411411                        360d) 
  • trunk/libIGCM/AA_create_se

    r377 r378  
    563563 
    564564        # Put correct climatological axis following calendar  
    565         if [[ ${var_unlim} = time* ]] ; then 
     565        if [[ ${var_unlim} = time_counter ]] ; then 
    566566                case ${config_UserChoices_CalendarType} in 
    567567                        360d) 
Note: See TracChangeset for help on using the changeset viewer.