Skip to content

Commit

Permalink
introduce compilation error in solo/atmosphere.F90 to see how CI resp…
Browse files Browse the repository at this point in the history
…onds to a failure
  • Loading branch information
laurenchilutti authored Nov 1, 2023
1 parent 76dd9d9 commit 950fa6f
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 950fa6f

Please sign in to comment.