HCJung-jbnu / ESM4-PDAF

ESM4 + PDAF data assimilation framework coupling
0 stars 0 forks source link

ESM-PDAF 연직 구조에 따른 자료동화 결과 분석 #15

Closed HCJung-jbnu closed 6 months ago

HCJung-jbnu commented 10 months ago

FATAL from PE 480: NETCDF ERROR: NetCDF: Numeric conversion not representable File=20090101.ocean_cobalt_sfc.ens_01.nc Field=nh4_alpha


- 20090101.ocean_cobalt_sfc.ens_01.nc 파일 안나오게하고 수정
- delt_obs_ocn = 4 로 진행 중... ->  bio imbalance 발생 및 연직구조 엉망
- 같은 환경에서 hybrid coord로 실험중
HCJung-jbnu commented 10 months ago

image

HCJung-jbnu commented 4 months ago

!ALE_COORDINATE_CONFIG = "FILE:vgrid_75_2m.nc,dz" ! default = "UNIFORM" !!hcjung for Z* ALE_COORDINATE_CONFIG = "HYBRID:hycom1_75_800m.nc,sigma2,FNC1:2,4000,4.5,.01" !!hcjung for HYCOM1 ! Determines how to specify the coordinate ! resolution. Valid options are: ! PARAM - use the vector-parameter ALE_RESOLUTION ! UNIFORM[:N] - uniformly distributed ! FILE:string - read from a file. The string specifies ! the filename and variable name, separated ! by a comma or space, e.g. FILE:lev.nc,dz ! or FILE:lev.nc,interfaces=zw ! WOA09[:N] - the WOA09 vertical grid (approximately) ! FNC1:string - FNC1:dz_min,H_total,power,precision ! HYBRID:string - read from a file. The string specifies ! the filename and two variable names, separated ! by a comma or space, for sigma-2 and dz. e.g. ! HYBRID:vgrid.nc,sigma2,dz