- cat << EOF
- !-----------------------------------------------------------------------
- &NAMLPJGFORC
- !-----------------------------------------------------------------------
- num_years = $(( ${leg_end_date_yyyy} - ${leg_start_date_yyyy} ))
- start_year = ${leg_start_date_yyyy}
- num_loops = 1
- nc_file_path = "${lpjg_forcing_dir}"
- !-----------------------------------------------------------------------
- /
- EOF
|