source: lmdz_wrf/WRFV3/dyn_nmm/module_BC_NMM.F @ 1

Last change on this file since 1 was 1, checked in by lfita, 10 years ago
  • -- --- Opening of the WRF+LMDZ coupling repository --- -- -

WRF: version v3.3
LMDZ: version v1818

More details in:

File size: 582 bytes
Line 
1!
2      MODULE MODULE_BC_NMM
3!----------------------------------------------------------------------
4!----------------------------------------------------------------------
5!
6!***  PRIMARY BOUNDARY CONDITION ARRAYS
7!
8      REAL,ALLOCATABLE,DIMENSION(:,:) :: PDB_ORIG
9!
10      REAL,ALLOCATABLE,DIMENSION(:,:,:) :: TB_ORIG,QB_ORIG             &
11     &                                    ,UB_ORIG,VB_ORIG             &
12     &                                    ,Q2B_ORIG,CWMB_ORIG
13!
14!----------------------------------------------------------------------
15      END MODULE MODULE_BC_NMM
Note: See TracBrowser for help on using the repository browser.