Ignore:
Timestamp:
Feb 10, 2020, 9:54:26 AM (4 years ago)
Author:
acozic
Message:

Add new grid, new axis and new variables for cmip protocole and dr2xml

  • field_group id="coord_hyb"
  • grid_ref="klevp1_bnds"
  • grid_ref="klev_bnds"
  • domain id="greordered"
  • axis id="axis_lat"
  • axis id="bnds"
  • axis id="klevp1"
  • axis id="klev"
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/IPSLCM5A2.1/libf/dynphy_lonlat/phylmd/iniphysiq_mod.F90

    r2610 r3629  
    1212                     prad,pg,pr,pcpp,iflag_phys)
    1313  USE dimphy, ONLY: init_dimphy
    14   USE comvert_mod, ONLY: preff, ap, bp, presnivs, scaleheight, pseudoalt
     14  USE comvert_mod, ONLY: preff, ap, bp, aps, bps, presnivs, &
     15                         scaleheight, pseudoalt
    1516  USE inigeomphy_mod, ONLY: inigeomphy
    1617  USE mod_grid_phy_lmdz, ONLY: nbp_lon,nbp_lat,nbp_lev,klon_glo ! number of atmospheric columns (on full grid)
     
    103104!$OMP COPYIN(annee_ref, day_ini, day_ref, start_time)
    104105
    105   ! copy over preff , ap(), bp(), etc 
     106  ! copy over preff , ap(), bp(), etc
    106107  CALL init_vertical_layers(nlayer,preff,scaleheight, &
    107                             ap,bp,presnivs,pseudoalt)
     108                            ap,bp,aps,bps,presnivs,pseudoalt)
    108109
    109110  ! Initialize physical constants in physics:
Note: See TracChangeset for help on using the changeset viewer.