Version 3 (modified by carlos, 10 years ago) (diff) |
---|
WRF4G Tutorial part 2
In this second part of WRF4G tutorial we are going to see how to manage WRF4G errors. In order to do that,
[user@mycomputer~]$ cd $WRF4G_LOCATION/experiments [user@mycomputer~]$ ls single_test wrfuc_physics wrfuc_single_serial [user@mycomputer~]$ cp -r single_test single_test_1 [user@mycomputer~]$ cd single_test_1 [user@mycomputer~]$ cat experiment.wrf4g | grep experiment_name experiment_name = "test" [user@mycomputer~]$ cat experiment.wrf4g | grep "end_date " end_date = "2011-08-30_00:00:00" [user@mycomputer~] cat experiment.wrf4g | grep experiment_name experiment_name = "test_2" [user@mycomputer~]$ cat experiment.wrf4g | grep "end_date " end_date = "2011-08-30_12:00:00" user@mycomputer~]$ wrf4g_prepare Warning: You are using resources.wrf4g located in the /home/carlos/WRF4G/experiments/single_test_1 directory. Preparing namelist... WRFV3/run/namelist.input WRF Check Warning: CAM radiation selected but paerlev/levsiz/cam_abs_dim1/cam_abs_dim2 was not set. Fixing... WRF Check Warning: radt is shorter than dx (0.500000) ---> Single params run ---> Continuous run ---> cycle_chunks: test_2 2011-08-28_12:00:00 2011-08-30_12:00:00 ---> chunks 1: test_2 2011-08-28_12:00:00 2011-08-29_00:00:00 ---> chunks 2: test_2 2011-08-29_00:00:00 2011-08-29_12:00:00 ---> chunks 3: test_2 2011-08-29_12:00:00 2011-08-30_00:00:00 ---> chunks 4: test_2 2011-08-30_00:00:00 2011-08-30_12:00:00