jinyishuai@126_com
New Member
Dear professors:
I have to look for your helping after trying many times.I only change $casename/Buildconf/pop2.buildnml.csh,and i change the part forcing_pt_interior_nml,like that pt_interior_data_type = 'monthly-calendar'
pt_interior_data_inc = 24.
pt_interior_interp_freq = 'every-timestep'
pt_interior_interp_type = 'linear'
pt_interior_interp_inc = 72.
pt_interior_restore_tau = 365.
pt_interior_filename = '/home/jys/work/cesm/archive/PB30/ocn/climate/pt_clim_hlcpbdb.dat'
pt_interior_file_fmt = 'bin'
pt_interior_restore_max_level = 60
pt_interior_formulation = 'restoring'
pt_interior_data_renorm(1) = 1.
pt_interior_variable_restore = .true.
pt_interior_restore_filename = '/home/jys/work/cesm/archive/PB30/ocn/climate/pt_restore.dat'
pt_interior_restore_file_fmt = 'bin'
After i run for 30 years,and compared the TEMP with control run,i found the two results were totally the same!They do not have any differences.My pt_clim_hlcpbdb.dat(100*116*60*12,monthly climatology) and pt_restore(100*116).dat are double-precision, direct-access files with each record having the dimensions of the full horizontal grid.And i also find forcing_pt_interior.F90 after i submit my job,and find
pt_interior_formulation = 'restoring'
pt_interior_data_type = 'none'
pt_interior_data_inc = 1.e20_r8
pt_interior_interp_type = 'nearest'
pt_interior_interp_freq = 'never'
pt_interior_interp_inc = 1.e20_r8
pt_interior_restore_tau = 1.e20_r8
pt_interior_filename = 'unknown-pt_interior'
pt_interior_file_fmt = 'bin'
pt_interior_restore_max_level = 0
pt_interior_data_renorm = c1
pt_interior_variable_restore = .false.
pt_interior_restore_filename = 'unknown-pt_interior_restore'
pt_interior_restore_filename = 'bin'
Should i change these in forcing_pt_interior.F90 before i submit the job?
Thanks for your help!
I have to look for your helping after trying many times.I only change $casename/Buildconf/pop2.buildnml.csh,and i change the part forcing_pt_interior_nml,like that pt_interior_data_type = 'monthly-calendar'
pt_interior_data_inc = 24.
pt_interior_interp_freq = 'every-timestep'
pt_interior_interp_type = 'linear'
pt_interior_interp_inc = 72.
pt_interior_restore_tau = 365.
pt_interior_filename = '/home/jys/work/cesm/archive/PB30/ocn/climate/pt_clim_hlcpbdb.dat'
pt_interior_file_fmt = 'bin'
pt_interior_restore_max_level = 60
pt_interior_formulation = 'restoring'
pt_interior_data_renorm(1) = 1.
pt_interior_variable_restore = .true.
pt_interior_restore_filename = '/home/jys/work/cesm/archive/PB30/ocn/climate/pt_restore.dat'
pt_interior_restore_file_fmt = 'bin'
After i run for 30 years,and compared the TEMP with control run,i found the two results were totally the same!They do not have any differences.My pt_clim_hlcpbdb.dat(100*116*60*12,monthly climatology) and pt_restore(100*116).dat are double-precision, direct-access files with each record having the dimensions of the full horizontal grid.And i also find forcing_pt_interior.F90 after i submit my job,and find
pt_interior_formulation = 'restoring'
pt_interior_data_type = 'none'
pt_interior_data_inc = 1.e20_r8
pt_interior_interp_type = 'nearest'
pt_interior_interp_freq = 'never'
pt_interior_interp_inc = 1.e20_r8
pt_interior_restore_tau = 1.e20_r8
pt_interior_filename = 'unknown-pt_interior'
pt_interior_file_fmt = 'bin'
pt_interior_restore_max_level = 0
pt_interior_data_renorm = c1
pt_interior_variable_restore = .false.
pt_interior_restore_filename = 'unknown-pt_interior_restore'
pt_interior_restore_filename = 'bin'
Should i change these in forcing_pt_interior.F90 before i submit the job?
Thanks for your help!