namelist.lpjg.sh 441 B

123456789101112131415161718192021
  1. cpl_freq_ifs_lpjg_sec=$(( cpl_freq_atm_lpjg_hrs * 3600 ))
  2. start_year=${leg_start_date_yyyy}
  3. start_month=$(date -u -d "${leg_start_date}" +%m)
  4. start_day=$(date -u -d "${leg_start_date}" +%d)
  5. nb_day=$(( leg_length_sec/86400 ))
  6. cat << EOF
  7. ${cpl_freq_ifs_lpjg_sec}
  8. ${start_year}
  9. ${start_month}
  10. ${start_day}
  11. ${nb_day}
  12. ${ifs_res_hor}
  13. ${lpjg_fdbck_tm5}
  14. ${ifs_A4xCO2}
  15. ${ifs_1PCTCO2}
  16. ${ifs_cmip_fixyear}
  17. ${lpjg_fixNdepafter}
  18. ${lpjg_fixLUafter}
  19. EOF