Ignore:
Timestamp:
07/10/15 17:47:34 (9 years ago)
Author:
dumas
Message:

Ajout de climat-forcage-insolation_mod.f90 : Méthode JB avec interpolation sur CO2, insolation et différents états d englacement via snapshots climatique

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SOURCES/climat-forcage-insolation_mod_oneway.f90

    r16 r18  
    44! Lecture d'un fichier de topo associé au fichier climat 
    55 
    6 module climat_forcage_insolation_mod                    
     6module climat_forcage_insolation_mod_oneway                    
    77 
    88! forcage avec champs mensuels 
     
    5555 
    5656real,dimension(nx,ny,mois) :: Tm_surf                 ! surface temperature (after topo. correction) 
    57                                                         ! 13 mois pour  modulo 
     57                                                        
    5858real,dimension(nx,ny,mois) :: Pm_surf                 ! surface precipitation (after topo. correction) 
    5959 
     
    139139    call Read_ncdf_var('TOPO',trim(filin),data_2D)    ! topo 
    140140    Ssnap(:,:,ictr,igtr)=data_2D(:,:)  
    141     where(Ssnap(:,:,ictr,igtr).eq.0.0)  
     141    where(Ssnap(:,:,ictr,igtr).eq.0.0)    ! Pour PLIOMIP niv marin=25m 
    142142       Ssnap(:,:,ictr,igtr)=25.0 
    143143    endwhere 
     
    508508!-------------------------------------------------------------------------------------------------------- 
    509509 
    510 end module climat_forcage_insolation_mod 
     510end module climat_forcage_insolation_mod_oneway 
Note: See TracChangeset for help on using the changeset viewer.