Ignore:
Timestamp:
May 6, 2015, 12:14:12 PM (10 years ago)
Author:
ymipsl
Message:

Reorganize geometry and grid modules. Prepare physics for unstructutured grid support. Simplify initialization of physics from dynamic.
Compiled only with dynd3dmem, but not tested for moment.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/ini_histday_seri.h

    r3819 r3825  
    1313         CALL ymds2ju(annee_ref, 1, idayref, 0.0, zjulian)
    1414!
    15          CALL grid1dTo2d_glo(rlon,zx_lon)
     15         CALL grid1dTo2d_glo(lon_degrees,zx_lon)
    1616         DO i = 1, nbp_lon
    17             zx_lon(i,1) = rlon(i+1)
    18             zx_lon(i,jjmp1) = rlon(i+1)
     17            zx_lon(i,1) = lon_degrees(i+1)
     18            zx_lon(i,jjmp1) = lon_degrees(i+1)
    1919         ENDDO
    2020         DO ll=1,klev
    2121            znivsig(ll)=REAL(ll)
    2222         ENDDO
    23          CALL grid1dTo2d_glo(rlat,zx_lat)
     23         CALL grid1dTo2d_glo(lat_degrees,zx_lat)
    2424!
    2525         imin_debut=1
Note: See TracChangeset for help on using the changeset viewer.