Changeset 5302 for LMDZ6/trunk/libf/phylmd/dyn1d/old_1DUTILS_read_interp.h
- Timestamp:
- Oct 30, 2024, 6:19:06 PM (39 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/dyn1d/old_1DUTILS_read_interp.h
r5285 r5302 1556 1556 & ,ts_prof,plev_prof,t_prof,q_prof,u_prof,v_prof,w_prof & 1557 1557 & ,ht_prof,vt_prof,hq_prof,vq_prof) 1558 USE compar1d_mod_h 1558 1559 implicit none 1559 1560 … … 1566 1567 ! dt_toga: total time interval (in sec) between 2 forcing data (e.g. 6h for TOGA-COARE) 1567 1568 !--------------------------------------------------------------------------------------- 1568 1569 INCLUDE "compar1d.h"1570 1569 1571 1570 ! inputs: … … 1698 1697 & ,ustar_prof,psurf_prof,ug_prof,vg_prof & 1699 1698 & ,ht_prof,hq_prof,hu_prof,hv_prof,w_prof,omega_prof) 1699 USE compar1d_mod_h 1700 1700 implicit none 1701 1701 … … 1708 1708 ! dt_dice: total time interval (in sec) between 2 forcing data (e.g. 30min. for Dice) 1709 1709 !--------------------------------------------------------------------------------------- 1710 1711 INCLUDE "compar1d.h"1712 1710 1713 1711 ! inputs: … … 1811 1809 & ,ug_gabls4,vg_gabls4,ht_gabls4,hq_gabls4,tg_gabls4 & 1812 1810 & ,ug_prof,vg_prof,ht_prof,hq_prof,tg_prof) 1811 USE compar1d_mod_h 1813 1812 implicit none 1814 1813 … … 1821 1820 ! dt_gabls4: total time interval (in sec) between 2 forcing data (e.g. 60min. for gabls4) 1822 1821 !--------------------------------------------------------------------------------------- 1823 1824 INCLUDE "compar1d.h"1825 1822 1826 1823 ! inputs:
Note: See TracChangeset
for help on using the changeset viewer.