Skip to content

Commit

Permalink
Fix intel compiler bug in RRTMG code that came in with 14.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Lizzie Lundgren <[email protected]>
  • Loading branch information
lizziel committed Feb 28, 2024
1 parent 78d2d1a commit 7870b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GeosCore/input_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2911,7 +2911,7 @@ SUBROUTINE Config_RRTMG( Config, Input_Opt, RC )
WRITE( 6, 100 ) 'Consider shortwave? : ', Input_Opt%LSWRAD
WRITE( 6, 100 ) 'Clear-sky flux? : ', Input_Opt%LSKYRAD(1)
WRITE( 6, 100 ) 'All-sky flux? : ', Input_Opt%LSKYRAD(2)
WRITE( 6, 100 ) 'CO2 VMR in ppmv : ', Input_Opt%RRTMG_CO2_ppmv
WRITE( 6, 115 ) 'CO2 VMR in ppmv : ', Input_Opt%RRTMG_CO2_ppmv
WRITE( 6, 100 ) 'Fixed dyn. heat. assumption?: ', Input_Opt%RRTMG_FDH
WRITE( 6, 100 ) ' --> Seasonal evolution? : ', Input_Opt%RRTMG_SEFDH
WRITE( 6, 100 ) ' --> Extend to TOA? : ', Input_Opt%RRTMG_SA_TOA
Expand Down

0 comments on commit 7870b0f

Please sign in to comment.