Skip to content

Commit

Permalink
rm trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
alperaltuntas committed Jul 17, 2018
1 parent 838de52 commit 116fdfb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions config_src/nuopc_driver/mom_cap.F90
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@
!! ---------|--------------------------------------------------------------------|--------------------------------------
!! Init | [InitializeP0] (@ref mom_cap_mod::initializep0) | Sets the Initialize Phase Definition
!! | (IPD) version to use
!! Init | [InitializeAdvertise] (@ref mom_cap_mod::initializeadvertise) | Advertises standard names of import
!! Init | [InitializeAdvertise] (@ref mom_cap_mod::initializeadvertise) | Advertises standard names of import
!! | and export fields
!! Init | [InitializeRealize] (@ref mom_cap_mod::initializerealize) | Creates an ESMF_Grid for the MOM grid
!! | as well as ESMF_Fields for import
!! | as well as ESMF_Fields for import
!! | and export fields
!! Run | [ModelAdvance] (@ref mom_cap_mod::modeladvance) | Advances the model by a timestep
!! Final | [Finalize] (@ref mom_cap_mod::ocean_model_finalize) | Cleans up
Expand Down Expand Up @@ -232,7 +232,7 @@
!! mean_calving_rate | kg m-2 s-1 | calving | mass flux of frozen runoff | |
!! mean_evap_rate | kg m-2 s-1 | q_flux | specific humidity flux | sign reversed (- evap)
!! mean_fprec_rate | kg m-2 s-1 | fprec | mass flux of frozen precip | |
!! mean_merid_moment_flx | Pa | v_flux | j-directed wind stress into ocean
!! mean_merid_moment_flx | Pa | v_flux | j-directed wind stress into ocean
!! | [vector rotation] (@ref VectorRotations) applied - lat-lon to tripolar
!! mean_net_lw_flx | W m-2 | lw_flux | long wave radiation | |
!! mean_net_sw_ir_dif_flx | W m-2 | sw_flux_nir_dif | diffuse near IR shortwave radiation| |
Expand All @@ -255,15 +255,15 @@
!!
!! Standard Name | Units | Model Variable | Description | Notes
!! ---------------------------|-------|----------------|-------------------------------------------|--------------------
!! freezing_melting_potential | W m-2 | frazil | accumulated heating from frazil formation
!! freezing_melting_potential | W m-2 | frazil | accumulated heating from frazil formation
!! | cap converts model units (J m-2) to (W m-2) for export
!! ocean_mask | | | ocean mask | |
!! ocn_current_merid | m s-1 | v_surf | j-directed surface velocity on u-cell
!! ocn_current_merid | m s-1 | v_surf | j-directed surface velocity on u-cell
!! | [vector rotation] (@ref VectorRotations) applied - tripolar to lat-lon
!! ocn_current_zonal | m s-1 | u_surf | i-directed surface velocity on u-cell
!! ocn_current_zonal | m s-1 | u_surf | i-directed surface velocity on u-cell
!! | [vector rotation] (@ref VectorRotations) applied - tripolar to lat-lon
!! s_surf | psu | s_surf | sea surface salinity on t-cell | |
!! sea_lev | m | sea_lev | sea level
!! sea_lev | m | sea_lev | sea level
!! | model computation is eta_t + patm/(rho0*grav) - eta_geoid - eta_tide
!! sea_surface_temperature | K | t_surf | sea surface temperature on t-cell | |
!!
Expand Down

0 comments on commit 116fdfb

Please sign in to comment.