Ignore:
Timestamp:
Sep 8, 2009, 11:16:12 AM (15 years ago)
Author:
lguez
Message:

Print only defined values of "timeyear" in procedure "limit_netcdf".

Processing of input variable "read_climoz" by procedure "conf_phys"
was broken in revision 1227. Fixed it back (no need for a variable
"read_climoz_omp"; "read_climoz" is OpenMP shared).

Procedure "regr_lat_time_climoz" now takes into account missing values
in the input field.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/LMDZ4-dev/libf/dyn3d/limit_netcdf.F

    r1222 r1239  
    406406      ENDDO
    407407
    408       PRINT 222, timeyear
     408      PRINT 222, timeyear(:lmdep)
    409409222   FORMAT(2x,' Time year ',10f6.1)
    410410c
     
    623623         timeyear(l) = tmidmonth(l)
    624624      ENDDO
    625       PRINT 222,  timeyear
     625      PRINT 222,  timeyear(:lmdep)
    626626c
    627627      PRINT*, 'Interpolation temporelle'
     
    942942         timeyear(l) = tmidmonth(l)
    943943      ENDDO
    944       print 222,  timeyear
     944      print 222,  timeyear(:lmdep)
    945945c
    946946C interpolation temporelle
     
    11371137         timeyear(l) = timecoord(l)
    11381138      ENDDO
    1139       print 222,  timeyear
     1139      print 222,  timeyear(:lmdep)
    11401140c
    11411141C interpolation temporelle
Note: See TracChangeset for help on using the changeset viewer.