diff --git a/src/Hydro/sflux_9c.F90 b/src/Hydro/sflux_9c.F90 index aa94c5368..8a1fd6e7b 100644 --- a/src/Hydro/sflux_9c.F90 +++ b/src/Hydro/sflux_9c.F90 @@ -894,7 +894,6 @@ subroutine turb_fluxes (num_nodes, & #endif ! bottom of main iteration loop -! if (.not. converged .and. iter .lt. max_iter) goto 100 if (converged.or.iter>= max_iter) exit enddo @@ -2598,7 +2597,6 @@ subroutine get_weight (x_in, y_in, x_out, y_out, & last_elem = i_elem ! loop again if need to -! if ( (.not. completed_check) .and. (.not. zero_ae) ) goto 100 if(completed_check.or.zero_ae) exit enddo !infinite do diff --git a/src/Readme.beta_notes b/src/Readme.beta_notes index 3c33d0e05..d19def36e 100644 --- a/src/Readme.beta_notes +++ b/src/Readme.beta_notes @@ -588,6 +588,7 @@ git versions: 145. `a6fd5cb` (May 15, 2023): revamped nws=4 to allow more variables for 3D. The input needed is 'atmos.nc'. 146. `a832e4fd` (Aug 15, 2023): renamed LAP routines and tridag to avoid conflicts with other ESMs. 147. `d31ea846` (Aug 30, 2023): fixed similar bugs on too many open nc handle (as Kijin did for 1-way script) +148. `abf37240` (Aug 31, 2023): Ivica J. fixed a bug in FAIRALL option (bulk_psiu should be real*8) ================================================================================================ (D) Auto-test history: