Skip to content

Commit

Permalink
Revert "introduce compilation error in solo/atmosphere.F90 to see how…
Browse files Browse the repository at this point in the history
… CI responds to a failure"

This reverts commit 950fa6f.
  • Loading branch information
laurenchilutti committed Nov 1, 2023
1 parent 950fa6f commit 254a02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/solo/atmosphere.F90
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ subroutine atmosphere_init ( Time_init, Time, Time_step )
Atm(mygrid)%flagstruct%moist_phys = .true.
call fv_phys_init(isc,iec,jsc,jec,Atm(mygrid)%npz,Atm(mygrid)%flagstruct%nwat, Atm(mygrid)%ts, Atm(mygrid)%pt(isc:iec,jsc:jec,:), &
Time, axes, Atm(mygrid)%gridstruct%agrid(isc:iec,jsc:jec,2))

endif

if (.not. Atm(mygrid)%flagstruct%adiabatic) call gfdl_mp_init (input_nml_file, stdlog(), Atm(mygrid)%flagstruct%hydrostatic)

Expand Down

0 comments on commit 254a02f

Please sign in to comment.