Skip to content

Commit

Permalink
try to fix mixed_layer syntax error again
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlewis authored May 31, 2024
1 parent a898b08 commit 66268d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/atmos_spectral/driver/solo/mixed_layer.F90
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,9 @@ module mixed_layer_mod
id_ice_conc, & ! st ice concentration
id_delta_t_surf, &
! NTL 01/23 thermodynamic sea ice
id_h_thermo_ice, & ! sea ice thickness
id_h_thermo_ice, & ! sea ice thickness
id_t_ml, & ! mixed layer temperature
id_flux_thermo_ice & ! conductive heat flux through ice
id_flux_thermo_ice ! conductive heat flux through ice

real, allocatable, dimension(:,:) :: &
ocean_qflux, & ! Q-flux
Expand Down

0 comments on commit 66268d1

Please sign in to comment.