immerse-project / wp6.2-demonstrator

MIT License
0 stars 0 forks source link

Comparison commit 5ce9975f and 9aad242d #57

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

Hi there, commit 5ce9975f has been pushed. Here is the comparison with the commit currently used.

⚠️WARNING⚠️ cfgs/SHARED/namelist_ref has changed:

diff ./nemo/cfgs/SHARED/namelist_ref ./head/cfgs/SHARED/namelist_ref
1010a1011,1014
>    nn_vvl_interp =  2               !  interpolation method of scale factor anomalies at U/V/F points
>                                     !  =0 linear even at the bottom (old)
>                                     !  =1 linear with bottom correction
>                                     !  =2 proportionnal to scale factors at rest ("qco" like)
1198c1202
<       nn_mxlice    = 2        ! type of scaling under sea-ice
---
>       nn_mxlice    = 0        ! type of scaling under sea-ice
1244c1248
<    nn_mxlice     =     1   !  mixing under sea ice
---
>    nn_mxlice     =     0   !  mixing under sea ice
1540a1545,1558
>    ln_sto_ldf  = .false.   ! stochastic lateral diffusion
>    rn_ldf_std  =  0.1      ! lateral diffusion standard deviation (in percent)
>    rn_ldf_tcor =  1440.    ! lateral diffusion correlation timescale (in timesteps)
>    ln_sto_hpg  = .false.   ! stochastic pressure gradient
>    rn_hpg_std  =  0.1      ! density gradient standard deviation (in percent)
>    rn_hpg_tcor =  1440.    ! density gradient correlation timescale (in timesteps)
>    ln_sto_pstar  = .false. ! stochastic ice strength
>    rn_pstar_std  =  0.1    ! ice strength standard deviation (in percent)
>    rn_pstar_tcor =  1440.  ! ice strength correlation timescale (in timesteps)
>    nn_pstar_ord  =  1      ! order of autoregressive processes
>    nn_pstar_flt  =  0      ! passes of Laplacian filter
>    ln_sto_trd  = .false.   ! stochastic model trend
>    rn_trd_std  =  0.1      ! trend standard deviation (in percent)
>    rn_trd_tcor =  1440.    ! trend correlation timescale (in timesteps)
1548a1567,1574
>    ln_sto_trc  = .false.   ! stochastic tracer dynamics
>    nn_sto_trc  = 1         ! number of independent random walks
>    rn_trc_stdxy = 1.4      ! random walk horz. standard deviation (in grid points)
>    rn_trc_stdz = 0.7       ! random walk vert. standard deviation (in grid points)
>    rn_trc_tcor = 1440.     ! random walk time correlation (in timesteps)
>    nn_trc_ord  = 1         ! order of autoregressive processes
>    nn_trc_flt  = 0         ! passes of Laplacian filter
>    rn_trc_lim  = 3.0       ! limitation factor (default = 3.0)

⚠️WARNING⚠️ cfgs/SHARED/field_def_nemo-ice.xml has changed:

diff ./nemo/cfgs/SHARED/field_def_nemo-ice.xml ./head/cfgs/SHARED/field_def_nemo-ice.xml
202a203,208
>       <!-- vp rheology convergence tests -->
>       <field id="velo_res" long_name="sea ice velocity residual"                        standard_name="sea_ice_velocity_residual"         unit="N/m2" />
>       <field id="velo_ero" long_name="sea ice velocity error last outer iteration"      standard_name="sea_ice_velocity_outer_error"      unit="m/s" />
>       <field id="uice_eri" long_name="uice velocity error last inner iteration"         standard_name="sea_ice_u_velocity_inner_error"    unit="m/s" />
>       <field id="vice_eri" long_name="vice velocity error last inner iteration"         standard_name="sea_ice_v_velocity_inner_error"    unit="m/s" />
> 
432c438
<       <field field_ref="icedlt"           name="sidelta" />
---
>       <field field_ref="icedlt"           name="sidelt" />