Opened 16 years ago

Closed 16 years ago

#35 closed enhancement (fixed)

Inconsistency with histmth IO in IPSLCM4_v2 (AMIP vs CLIM type_run)

Reported by: sdipsl Owned by: sdipsl
Priority: trivial Milestone: IPSL CM4 parallel version
Component: IO Version: 2.0
Keywords: AMIP CLIM pourc_lic Cc:

Description

With type_run=CLIM in physiq.def you don't get the pourc_lic and frac_lic variables with LMDZ4_V3_1

Remedy : commit those changes.

Remedy in ini_histmth.h :

          IF(nsrf.GE.2) THEN
           call histdef(nid_mth, "pourc_"//clnsurf(nsrf), 
     $         "% "//clnsurf(nsrf), "%",  
     $         iim,jj_nb,nhori, 1,1,1, -99, 32,
     $         "ave(X)", zstophy,zout)
c
           call histdef(nid_mth, "fract_"//clnsurf(nsrf), 
     $         "Fraction "//clnsurf(nsrf), "1",  
     $         iim,jj_nb,nhori, 1,1,1, -99, 32,
     $         "ave(X)", zstophy,zout)
          ENDIF !nsrf.GE.2

Remedy in ini_histmth.h

       IF(nsrf.GE.2) THEN
        zx_tmp_fi2d(1 : klon) = pctsrf( 1 : klon, nsrf)*100.
cym        CALL gr_fi_ecrit(1, klon,iim,jjmp1, zx_tmp_fi2d , zx_tmp_2d)
        CALL histwrite_phy(nid_mth,"pourc_"//clnsurf(nsrf),itau_w,
     &                     zx_tmp_fi2d) 
c
        zx_tmp_fi2d(1 : klon) = pctsrf( 1 : klon, nsrf)
cym        CALL gr_fi_ecrit(1, klon,iim,jjmp1, zx_tmp_fi2d , zx_tmp_2d)
        CALL histwrite_phy(nid_mth,"fract_"//clnsurf(nsrf),itau_w,
     $      zx_tmp_fi2d) 
       ENDIF !nsrf.GE.2

Change History (5)

comment:1 Changed 16 years ago by sdipsl

  • Milestone set to IPSL CM4 parallel version
  • Version set to 2.0

comment:2 Changed 16 years ago by sdipsl

  • Resolution set to fixed
  • Status changed from new to closed

comment:3 Changed 16 years ago by sdipsl

  • Resolution fixed deleted
  • Status changed from closed to reopened

comment:4 Changed 16 years ago by sdipsl

  • Owner changed from igcmg to sdipsl
  • Status changed from reopened to new

comment:5 Changed 16 years ago by sdipsl

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.