- [북서태평양 지역의 Grid 만들기]
%cd $MOMHOME/src/preprocessing/generate_grids/ocean
%vi ocean_grid_generator.csh
&hgrid_nml
nxlons=2,x_lon=115.,150.,dx_lon=0.5,0.5,
nylats=2,y_lat=18.,52.,dy_lat=0.5,0.5,
tripolar_grid=.false.,
cyclic_x=.false., cyclic_y=.false.
debug = .true. /
&vgrid_nml
nzdepths=3,z_depth=0.,220.,5500.,dz_depth=10.,10.,367.14286
debug = .true. /
&obc_nml
nobc = , direction = , is =, ie =, js =, je =, /
&fms_nml
domains_stack_size = 1036000 /./ocean_grid_generator.csh ; ocean_grid.nc 가 생성된다.
%cd $MOMHOME/src/preprocessing/generate_grids/atmos
%vi atmos_grid_generator.csh
&atmos_grid_nml
lon_begin = 115., lon_end = 150., lat_begin = 20., lat_end = 52.,
num_lon = 70, num_lat = 64 /%cd $MOMHOME/src/preprocessing/generate_grids/make_xgrids
?. [input.nml]
- update_velocity_via_uprime = .false. ; explicit free surface 에서는 .false.로 설정해야 함.
- ocean_rivermix_nml 을 사용하지 않는 것으로 설정
- ocean_shortwave_nml 을 사용하지 않는 것으로 설정
- ocean_vert_kpp_nml 을 사용하는 것으로 설정
?. [Chlorophyll Data]
- om3_core3 case의 INPUT/chl.nc 를 이용하여 생산 (월평균, 12개월)
- [Restart 하는 방법]
- INPUT 디렉토리에 RESTART의 화일들을 모두 overwrite하고 다시 실행하면 됨.
