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/phylmd/physiq_mod.F90

    r3611 r3629  
    223223    use FLOTT_GWD_rando_m, only: FLOTT_GWD_rando
    224224    use ACAMA_GWD_rando_m, only: ACAMA_GWD_rando
    225     USE vertical_layers_mod, only : Ahyb, Bhyb
     225    USE VERTICAL_LAYERS_MOD, ONLY: aps,bps, ap, bp
     226
     227
    226228    IMPLICIT none
    227229    !>======================================================================
     
    44334435            pphis, &
    44344436            zx_rh, &
    4435             Ahyb, Bhyb)
     4437            aps, bps, ap, bp)
    44364438
    44374439       CALL VTe(VTinca)
Note: See TracChangeset for help on using the changeset viewer.