Skip to content

Commit

Permalink
Change default spherical correction from refractive to standard spher…
Browse files Browse the repository at this point in the history
…ical

Signed-off-by: Lizzie Lundgren <[email protected]>
  • Loading branch information
lizziel committed Aug 26, 2024
1 parent dd2e445 commit 37801de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/cldj_cmn_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ MODULE CLDJ_CMN_MOD
! ATM0: Option for spherical corrections: 0=flat 1=sphr 2=refr 3=geom
! standard spherical atmosphere is OK, but refractive and geometric can be used
! see Prather & Hsu, 2019, A round Earth for climate models, PNAS, 116(39): 19330–19335
integer, parameter :: ATM0 = 2
integer, parameter :: ATM0 = 1

! ATAU: Factor increase in cloud optical depth (OD) from layer to next below
real*8 :: ATAU
Expand Down

0 comments on commit 37801de

Please sign in to comment.