Skip to content

Commit

Permalink
Drop LWI field, see GEOS-Chem/CHANGELOG.md:
Browse files Browse the repository at this point in the history
Removed State_Met%LWI and LWI as a met-field input
Removed State_Met%LWI and input meteorology LWI from carbon simulation run config files
  • Loading branch information
jwallwork23 committed Nov 5, 2024
1 parent 318e8f9 commit 520a8f4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions model/CHEM_DRV.F90
Original file line number Diff line number Diff line change
Expand Up @@ -292,12 +292,6 @@ SUBROUTINE DO_CHEM
State_Met%LAI (II,JJ) = lai_save(i,j)
#endif

! Land/water/ice indices [1]
! TODO: Uncomment or drop the following
! State_Met%LWI (II,JJ) = 1
! if ( focean(i,j) > fearth(i,j) ) State_Met%LWI(II,JJ) = 0
! if ( si_atm%rsi(i,j)*focean(i,j) > 0.5 ) State_Met%LWI(II,JJ) = 2

! Direct photsynthetically active radiation [W/m2]
State_Met%PARDR (II,JJ) = 0.82*srvissurf(i,j)*(fsrdir(i,j))*cosz1(i,j)

Expand Down

0 comments on commit 520a8f4

Please sign in to comment.