Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ElmerCSC
GitHub Repository: ElmerCSC/elmerfem
Path: blob/devel/elmerice/IceSheet/Greenland/MAKE_MESH/MESH_OPTIM.IN
3206 views
!##################################
! INCLUDE file for MESH_OPTIM.sif
!###################################

!name of the RUN : optimised mesh will be saved in MESH_$RUN
$RUN="1"
! the name of the mesh to optimize
$MESH_IN="MESH"


!##########################################################
!##########################################################
!## Mesh criteria
!##########################################################
!##########################################################
$IMIN=3
$IMAX=10
$Tol=0.01

!##########################################################
!##########################################################
!## Mesh criteria
!##########################################################
!##########################################################
! Tolerated errors on U and H
$U_err=15.0
$H_err=20.0

! Minimal and maximal mesh size
$Hmin=500.0

!Maximal mesh size is function to the disance to the margin
$MarginExtent=40.0e3
! Maximal mesh size outside the margin
$HMaxOUT=50.0e3
! Maximal mesh size within the margin
$HMaxIN=4.0e3

!##########################################################
!##########################################################
!###### DATA FILES
!##########################################################
!##########################################################
$TOPOGRAPHY_DATA="../DATA/BedMachineGreenland-2017-09-20.nc"
$VELOCITY_DATA="../DATA/greenland_vel_mosaic250_v1.nc"