source: lmdz_wrf/WRFV3/phys/fr_sfire_params_decl.h @ 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: 698 bytes
Line 
1! declaration of fire model parameter arrays, passed to normal_spread as arguments
2integer, intent(in)::xifms,xifme,xjfms,xjfme  ! redundant dimensions, for pass-through only
3real,intent(in),dimension(xifms:xifme,xjfms:xjfme):: vx,vy                ! wind velocity (m/s)
4real,intent(in),dimension(xifms:xifme,xjfms:xjfme):: zsf                  ! terrain height (m) 
5real,intent(IN),dimension(xifms:xifme,xjfms:xjfme):: bbb,betafl,phiwc,r_0 ! (node) spread formula coefficients
6real,intent(IN),dimension(xifms:xifme,xjfms:xjfme):: fgip                 ! (cell) init mass of surface fuel (kg/m^2)
7integer,intent(IN),dimension(xifms:xifme,xjfms:xjfme):: ischap            ! (node) .ne.0 if chapparal
Note: See TracBrowser for help on using the repository browser.