Changeset 2452 for trunk/ICOSA_LMDZ/src


Ignore:
Timestamp:
Jan 28, 2021, 3:59:54 PM (4 years ago)
Author:
emillour
Message:

Dynamico interface to LMDZ physics packages:
Add disvert_icosa_lmdz, which computes ap(),bp() and presnivs() idefining model vertical levels, as done by LMDZ (using input file z2sig.def and associated 'hybrid' and 'pa' parameters).
This is meant to be iused as a "plugin" by icosagcm via the option "disvert=plugin" that was introduced in rev 1057 of ICOSAGCM.
EM

Location:
trunk/ICOSA_LMDZ/src
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ICOSA_LMDZ/src/icosa_lmdz.f90

    r1696 r2452  
    11PROGRAM icosa_lmdz
    2   USE icosa_init_mod
     2  USE icosa_init_mod, ONLY: icosa_init
     3  USE disvert_plugin_mod, ONLY: disvert_plugin
     4  USE disvert_icosa_lmdz_mod, ONLY: disvert_icosa_lmdz
     5
     6  ! set up plugins
     7  disvert_plugin => disvert_icosa_lmdz
    38
    49  CALL icosa_init
Note: See TracChangeset for help on using the changeset viewer.