lixi202404
New member
Deal all,
I want to chane the variable TSK. I used the original read_wrf_nc.f which set all TSK to 100 as :
if ( var == 'TSK') then ! will turn all TSK values to 100.00
data_real = 100.00
It was shown as followng.
________________________________________
./read_wrf_nc a1.nc -EditData TSK
INPUT FILE IS: a1.nc
Attempting to open netCDF file with write access
CAUTION variable TSK is about to change. Continue? (yes/no)
yes
Changing variable: TSK for time 2017-08-24_05:00:00
--- End of input file ---
____________________________________________
Then I put the TSK values of a1.nc to output file e1. It shows that no modification for TSK. What is wrong with this process?
Thanks.
I want to chane the variable TSK. I used the original read_wrf_nc.f which set all TSK to 100 as :
if ( var == 'TSK') then ! will turn all TSK values to 100.00
data_real = 100.00
It was shown as followng.
________________________________________
./read_wrf_nc a1.nc -EditData TSK
INPUT FILE IS: a1.nc
Attempting to open netCDF file with write access
CAUTION variable TSK is about to change. Continue? (yes/no)
yes
Changing variable: TSK for time 2017-08-24_05:00:00
--- End of input file ---
____________________________________________
Then I put the TSK values of a1.nc to output file e1. It shows that no modification for TSK. What is wrong with this process?
Thanks.