Changeset 2362 for LMDZ5/trunk/libf/misc


Ignore:
Timestamp:
Sep 16, 2015, 2:50:44 PM (9 years ago)
Author:
acozic
Message:

several correction to use LMDZ coupled with INCA
1- add an "use" in gcm to define "klon_glo" variable
2- correct an error on a test in infotrac
3- add parents to inca's tracer in infotrac
4- change calendar name for "leap calendar" in wxios to fit with rev 2229 on gcm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/misc/wxios.F90

    r2271 r2362  
    191191                CALL xios_set_context_attr_hdl(g_ctx, calendar_type= "NoLeap")
    192192                IF (prt_level >= 10) WRITE(lunout,*) 'wxios_set_cal: Calendrier terrestre a 365 jours/an'
    193             CASE('earth_366d')
     193            CASE('gregorian')
    194194                CALL xios_set_context_attr_hdl(g_ctx, calendar_type= "Gregorian")
    195195                IF (prt_level >= 10) WRITE(lunout,*) 'wxios_set_cal: Calendrier gregorien'
Note: See TracChangeset for help on using the changeset viewer.