Skip to content

Commit

Permalink
Remove remaining RC arguments in standalone code
Browse files Browse the repository at this point in the history
Signed-off-by: Lizzie Lundgren <[email protected]>
  • Loading branch information
lizziel committed Aug 12, 2024
1 parent 085ffc5 commit 9ce4307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Interfaces/Standalone/CJ77.F90
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ program standalone
enddo
!---sets climatologies for O3, T, D & Z
!-----------------------------------------------------------------------
call ACLIM_FJX (YLAT,MONTH,PPP, TTT,O3,CH4, L1_, RC)
call ACLIM_FJX (YLAT,MONTH,PPP, TTT,O3,CH4, L1_)
if ( RC /= CLDJ_SUCCESS ) then
call CLOUDJ_ERROR_STOP( 'Failure in ACLIM_FJX', thisloc )
endif
Expand Down Expand Up @@ -247,7 +247,7 @@ program standalone
if (LPRTJ) then
write(6,'(a,f8.3,3f8.5)')'SZA SOLF U0 albedo' &
,SZA,SOLF,U0,RFL(5,18)
call JP_ATM0(PPP,TTT,DDD,OOO,ZZZ, L_, RC)
call JP_ATM0(PPP,TTT,DDD,OOO,ZZZ, L_)
if ( RC /= CLDJ_SUCCESS ) then
call CLOUDJ_ERROR_STOP( 'Failure in JP_ATM0', thisloc )
endif
Expand Down

0 comments on commit 9ce4307

Please sign in to comment.