Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
No results found
Show changes
Showing
with 777 additions and 96 deletions
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -42,7 +42,6 @@ MODULE oce_trc
USE oce , ONLY : vv => vv !: j-horizontal velocity (m s-1)
USE oce , ONLY : ww => ww !: vertical velocity (m s-1)
USE oce , ONLY : ts => ts !: 4D array contaning ( tn, sn )
USE oce , ONLY : rhop => rhop !: potential volumic mass (kg m-3)
USE oce , ONLY : rhd => rhd !: in situ density anomalie rhd=(rho-rho0)/rho0 (no units)
USE oce , ONLY : hdiv => hdiv !: horizontal divergence (1/s)
USE oce , ONLY : ssh => ssh !: sea surface height at t-point [m]
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -37,7 +37,6 @@ MODULE isf_oce
LOGICAL , PUBLIC :: ln_isfcav_mlt !: logical for the use of ice shelf parametrisation
REAL(wp) , PUBLIC :: rn_gammat0 !: temperature exchange coeficient []
REAL(wp) , PUBLIC :: rn_gammas0 !: salinity exchange coeficient []
REAL(wp) , PUBLIC :: rn_vtide !: tidal background velocity (can be different to what is used in the
REAL(wp) , PUBLIC :: rn_htbl !: Losch top boundary layer thickness [m]
REAL(wp) , PUBLIC :: rn_isfload_T !:
REAL(wp) , PUBLIC :: rn_isfload_S !:
......
This diff is collapsed.