source: LMDZ6/trunk/libf/phymar/rrtm_kgb16.F90 @ 3981

Last change on this file since 3981 was 2089, checked in by Laurent Fairhead, 10 years ago

Inclusion de la physique de MAR


Integration of MAR physics

File size: 535 bytes
Line 
1!OCL SCALAR
2SUBROUTINE RRTM_KGB16
3
4!     Originally by Eli J. Mlawer, Atmospheric & Environmental Research.
5!     BAND 16:  2600-3000 cm-1 (low - H2O,CH4; high - nothing)
6!     Reformatted for F90 by JJMorcrette, ECMWF
7!     Reformatted for NEC by H.Gallée   , LGGE  (splitting)
8
9!     ------------------------------------------------------------------
10
11      call RRTM_KGB16_00
12      call RRTM_KGB16_A1
13      call RRTM_KGB16_A2
14
15!     -----------------------------------------------------------------
16RETURN
17END SUBROUTINE RRTM_KGB16
Note: See TracBrowser for help on using the repository browser.