643 resultados para Modelagem de ondas. Fundo marinho raso. Processos morfológicos. Rio Grande do Norte


Relevância:

100.00% 100.00%

Publicador:

Resumo:

This paper proposes a systematic approach to management of variability modelsdriven and aspects using the mechanisms of approaches Aspect-Oriented Software Development (AOSD) and Model-Driven Development (MDD). The main goal of the approach, named CrossMDA-SPL, is to improve the management(gerência), modularization and isolation ou separation of the variability of the LPSs of architecture in a high level of abstraction (model) at the design and implementing phases of development Software Product Lines (SPLs), exploiting the synergy between AOSD and MDD. The CrossMDA-SPL approach defines some artifacts basis for advance the separation clear in between the mandatory (bounden) and optional features in the architecture of SPL. The artifacts are represented by two models named: (i) core model (base domain) - responsible for specify the common features the all members of the SPL, and (ii) variability model - responsible for represent the variables features of SPL. In addition, the CrossMDA-SPL approach is composed of: (i) guidelines for modeling and representation of variability, (ii) CrossMDA-SPL services and process, and (iii) models of the architecture of SPL or product instance of SPL. The guidelines use the advantages of AOSD and MDD to promote a better modularization of the variable features of the architecture of SPL during the creation of core and variability models of the approach. The services and sub-processes are responsible for combination automatically, through of process of transformation between the core and variability models, and the generation of new models that represent the implementation of the architecture of SPL or a instance model of SPL. Mechanisms for effective modularization of variability for architectures of SPL at model level. The concepts are described and measured with the execution of a case study of an SPL for management systems of transport electronic tickets

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Aspect-Oriented Software Development (AOSD) is a technique that complements the Object- Oriented Software Development (OOSD) modularizing several concepts that OOSD approaches do not modularize appropriately. However, the current state-of-the art on AOSD suffers with software evolution, mainly because aspect definition can stop to work correctly when base elements evolve. A promising approach to deal with that problem is the definition of model-based pointcuts, where pointcuts are defined based on a conceptual model. That strategy makes pointcut less prone to software evolution than model-base elements. Based on that strategy, this work defines a conceptual model at high abstraction level where we can specify software patterns and architectures that through Model Driven Development techniques they can be instantiated and composed in architecture description language that allows aspect modeling at architecture level. Our MDD approach allows propagate concepts in architecture level to another abstraction levels (design level, for example) through MDA transformation rules. Also, this work shows a plug-in implemented to Eclipse platform called AOADLwithCM. That plug-in was created to support our development process. The AOADLwithCM plug-in was used to describe a case study based on MobileMedia System. MobileMedia case study shows step-by-step how the Conceptual Model approach could minimize Pointcut Fragile Problems, due to software evolution. MobileMedia case study was used as input to analyses evolutions on software according to software metrics proposed by KHATCHADOURIAN, GREENWOOD and RASHID. Also, we analyze how evolution in base model could affect maintenance on aspectual model with and without Conceptual Model approaches

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Typically Web services contain only syntactic information that describes their interfaces. Due to the lack of semantic descriptions of the Web services, service composition becomes a difficult task. To solve this problem, Web services can exploit the use of ontologies for the semantic definition of service s interface, thus facilitating the automation of discovering, publication, mediation, invocation, and composition of services. However, ontology languages, such as OWL-S, have constructs that are not easy to understand, even for Web developers, and the existing tools that support their use contains many details that make them difficult to manipulate. This paper presents a MDD tool called AutoWebS (Automatic Generation of Semantic Web Services) to develop OWL-S semantic Web services. AutoWebS uses an approach based on UML profiles and model transformations for automatic generation of Web services and their semantic description. AutoWebS offers an environment that provides many features required to model, implement, compile, and deploy semantic Web services

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The field of Wireless Sensor and Actuator Networks (WSAN) is fast increasing and has attracted the interest of both the research community and the industry because of several factors, such as the applicability of such networks in different application domains (aviation, civil engineering, medicine, and others). Moreover, advances in wireless communication and the reduction of hardware components size also contributed for a fast spread of these networks. However, there are still several challenges and open issues that need to be tackled in order to achieve the full potential of WSAN usage. The development of WSAN systems is one of the most relevant of these challenges considering the number of variables involved in this process. Currently, a broad range of WSAN platforms and low level programming languages are available to build WSAN systems. Thus, developers need to deal with details of different sensor platforms and low-level programming abstractions of sensor operational systems on one hand, and they also need to have specific (high level) knowledge about the distinct application domains, on the other hand. Therefore, in order to decouple the handling of these two different levels of knowledge, making easier the development process of WSAN systems, we propose LWiSSy (Domain Language for Wireless Sensor and Actuator Networks Systems), a domain specific language (DSL) for WSAN. The use of DSLs raises the abstraction level during the programming of systems and modularizes the system building in several steps. Thus, LWiSSy allows the domain experts to directly contribute in the development of WSANs without having knowledge on low level sensor platforms, and network experts to program sensor nodes to meet application requirements without having specific knowledge on the application domain. Additionally, LWiSSy enables the system decomposition in different levels of abstraction according to structural and behavioral features and granularities (network, node group and single node level programming)

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Software Repository Mining (MSR) is a research area that analyses software repositories in order to derive relevant information for the research and practice of software engineering. The main goal of repository mining is to extract static information from repositories (e.g. code repository or change requisition system) into valuable information providing a way to support the decision making of software projects. On the other hand, another research area called Process Mining (PM) aims to find the characteristics of the underlying process of business organizations, supporting the process improvement and documentation. Recent works have been doing several analyses through MSR and PM techniques: (i) to investigate the evolution of software projects; (ii) to understand the real underlying process of a project; and (iii) create defect prediction models. However, few research works have been focusing on analyzing the contributions of software developers by means of MSR and PM techniques. In this context, this dissertation proposes the development of two empirical studies of assessment of the contribution of software developers to an open-source and a commercial project using those techniques. The contributions of developers are assessed through three different perspectives: (i) buggy commits; (ii) the size of commits; and (iii) the most important bugs. For the opensource project 12.827 commits and 8.410 bugs have been analyzed while 4.663 commits and 1.898 bugs have been analyzed for the commercial project. Our results indicate that, for the open source project, the developers classified as core developers have contributed with more buggy commits (although they have contributed with the majority of commits), more code to the project (commit size) and more important bugs solved while the results could not indicate differences with statistical significance between developer groups for the commercial project

Relevância:

100.00% 100.00%

Publicador:

Resumo:

One way to deal with the high complexity of current software systems is through selfadaptive systems. Self-adaptive system must be able to monitor themselves and their environment, analyzing the monitored data to determine the need for adaptation, decide how the adaptation will be performed, and finally, make the necessary adjustments. One way to perform the adaptation of a system is generating, at runtime, the process that will perform the adaptation. One advantage of this approach is the possibility to take into account features that can only be evaluated at runtime, such as the emergence of new components that allow new architectural arrangements which were not foreseen at design time. In this work we have as main objective the use of a framework for dynamic generation of processes to generate architectural adaptation plans on OSGi environment. Our main interest is evaluate how this framework for dynamic generation of processes behave in new environments

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Web services are computational solutions designed according to the principles of Service Oriented Computing. Web services can be built upon pre-existing services available on the Internet by using composition languages. We propose a method to generate WS-BPEL processes from abstract specifications provided with high-level control-flow information. The proposed method allows the composition designer to concentrate on high-level specifi- cations, in order to increase productivity and generate specifications that are independent of specific web services. We consider service orchestrations, that is compositions where a central process coordinates all the operations of the application. The process of generating compositions is based on a rule rewriting algorithm, which has been extended to support basic control-flow information.We created a prototype of the extended refinement method and performed experiments over simple case studies

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The Reconfigurables Architectures had appeares as an alternative to the ASICs and the GGP, keeping a balance between flexibility and performance. This work presents a proposal for the modeling of Reconfigurables with Chu Spaces, describing the subjects main about this thematic. The solution proposal consists of a modeling that uses a generalization of the Chu Spaces, called of Chu nets, to model the configurations of a Reconfigurables Architectures. To validate the models, three algorithms had been developed and implemented to compose configurable logic blocks, detection of controllability and observability in applications for Reconfigurables Architectures modeled by Chu nets

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The genus Herpsilochmus is composed mainly of cryptic species, among them is Herpsilochmus rufimarginatus, which is currently represented by four subspecies: H. r. rufimarginatus, H. r. frater, H. r. scapularis and H. r. exiguus. Differences in plumage and vocalization suggest that there are more than one species involved in this complex. Thus this and other subspecific taxa need urgent revision, the disjunct distribution of this species also allows us to infer the relationship between birds that occur in this biome and / or different centers of endemism. This study aims to make a taxonomic revision of the taxa included in the complex time Herpsilochmus rufimarginatus based on morphological, morphometric, vocals and geographical distribution of this bird. Besides creating distribution models current potential and make the reconstruction of the distribution bygone using ecological niche modeling, and testing the niche conservatism and divergence between different subspecies. Consultations for examination of the skins of specimens of the museums: Museum of Zoology, University of São Paulo (MZUSP), National Museum of Rio de Janeiro (MN) and Emilio Goeldi Museum of Pará (MPEG), and the skins deposited at the collection of Ornithological Federal University of Rio Grande do Norte (COUFRN). We studied the following measures length of specimens: exposed culmen, culmen and total culmen nostril, tarsus, wing and tail flattened. The voice analysis was performed with vocalizations banks and / or digital banks people where 17 voice parameters were measured. This information and more available in the literature were used to assemble a bunch of data under the limit distribution of taxa and generate ecological niche models. This analyzes carried out in the program Maxent, having as model selection criterion the AUC, and the models were greater than 0.80 are considered good models. Environmental data for the realization of the modeling were downloaded on the website of Worldclim. The morphometric information, vocals and geographic distribution point for the separation of these taxa to be considering various uni and multivariate analyzes. The potential distribution models performed well (AUC> 0.80), and its distribution associated with environmental characteristics of the Amazon forest and Atlantic forest (forests of south and southeast, northeast and forest). The reconstruction of the distribution indicates a possible contact between the southern part of the Atlantic forest in the northern part of the Amazon. The analysis of niche overlap showed a low overlap between taxa and comparisons between the null model and the generated overlay link probably occurring niche conservatism. The data suggest that the taxa that occur in the Amazon and Atlantic forest represent three distinct species

Relevância:

100.00% 100.00%

Publicador:

Resumo:

This master thesis aimed to investigate how the power relations operating in the tourism social processes, have shaped the urbanization of Ponta Negra district, Natal, Rio Grande do Norte - RN. The study assumes that the production of space is the result of global phenomena individualized by local forces a process of glocalization. The method used was the case study. It used primary and secondary data and information were treated using the technique of content analysis. The urbanization of Ponta Negra is inserted in the context of global process triggered in the 1970s. The Park of Dunas and Costeira Highway (PD/VC) urbanization project marks the beginning of the Tourisms since 1979. The period in focus was 1979 to 2009. The tourism was dived into four major sections time: tourism in Natal before the Coastal Highway (1939-1979); Project Parque das Dunas / Coastal Highway to the first boom in domestic tourism (1979 - 1990); the internationalization of tourism (1991-2000) and, of first "boom" to "decline" of international tourism (2001-2009). Based on the historical evolution of the tourism were elected three different social processes, able to demonstrate how relations of social forces brought in space act on them and help shape the process of urbanization of the neighborhood in question: The removal of beach hut , the soccer field Botafogo Football Club and the skyscrapers . Finally, it should summarize the research identified interests and conflicts among the actors that form the thrust of spatial transformations: cultural conflicts resulting from the imposition of social practices that differ from the taste of native; clashes between different groups that reflect the duality between use value and exchange value; and interests in land values. In addition, demonstrated that the social relations that involve the production of the area are stimulated by deep-seated societal processes historically and camouflaged by market relations and a modern facade that the city has acquired in recent times; revealed that the actors are linked in networks to increase their influence and that this influence varies mainly according to economic and political power that they or their associates hold

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The knowledge of the phytoplankton community, as an integral and dynamic processes of eutrophication, provides information essential for proper management and handling. A growing problem of cyanobacteria in reservoirs around the world as a result of artificial eutrophication processes, generating a particular concern, because some species produce cyanotoxins, which can cause adverse effects on human health. The present work aims to characterize the spatial and temporal dynamics of phytoplankton, assessing their potential as ecological indicator of water quality in reservoirs semiarid region. The samples of water were collected monthly between 2009 and 2011, at three points along the dam Armando Ribeiro Gonçalves / RN. In each sample were measured physico - chemical analysis of water and biological components. We conducted a scientific dissemination activity, with distribution and reading primer on eutrophication, informative talk about water quality, questionnaires and performing a play in a public school in the city of Itajá / RN. The reservoir was considered eutrophic in three points, taking into account the values of chlorophyll -a and phosphorus, adopted to characterize eutrophic environments of semi-arid areas. High density of cyanobacteria, with a maximum value of 2.227.862 cél.ml- 1 and minimum of 43.456 cél.ml- 1 was recorded in lentic and semilêntico points throughout the study, exceeding the levels of drinking water (20.000 cél.ml- 1) established in 2.914/2011 Ordinance of the Ministry of Health of Brazil. All samples contained microcystin, and 44 % had values superiores1μg L- 1. The thermal pattern of the water column showed micro stratifications with differences of less than 1 ° C from five feet deep. The distribution pattern was the type profile clinogrado with oxygen deficit in the bottom of the reservoir. Oxiclina from 10 meters depth was observed during the rainy season (May-June) in the two years of study. The phytoplankton community was represented by 10 functional groups: S1, M, H1, Lo, P, F, Sn, P, W2 and R. The assessment of the ecological status of the system by the index Q showed poor water quality. The results of the study show that the vertical variations were less pronounced than the seasonal variations of cyanobacteria and phytoplankton community in general in the reservoir. The presence of cyanotoxins confirms the need for the monitoring of water quality and measures to reduce eutrophication in water supply reservoirs semiarid RN and demonstrates the challenge for water managers and health authorities to ensure water quality and consequently minimize risks to human health. Compared to the lecture, the primer was considered more efficient in sensitizing the participants, featuring a dynamic practice, differentiated learning, create opportunities for students to rethink attitudes of respect and care for the environment, and shall have the opportunity to learn the subject content from your reality and living environment. The knowledge generated from the activity of scientific were seen as essential for raising awareness of some of the region`s environmental problems , such as eutrophication

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Natal is a medium-sized coastal city (800.000 inhabitants), capital of the State of Rio Grande do Norte, in the Northeast of Brazil. According to statistics published by the IBGE (2000), the area of Natal that stretches from Redinha to Lagoa Azul holds about 12% of the municipal population. Part of this area is bordered by a watercourse, the Rio Doce, which has been afflicted by a range of socio-environmental problems over the years. This study was carried out with the aims of 1) identifying the socio-environmental processes related to urban expansion, with an emphasis on those causing environmental degradation in this region; b) analysing the perception of the target population in relation to the environment it occupies; and c) determining the socioeconomic profile of the local residents and the sanitary facilities available to them. A survey was carried out by conducting interviews and completing questionnaires with the residents to assess the situation both qualitatively and quantitatively in the communities of Caiana, Pajussara Sítio, Gramoré Povoado and Gramoré Sítio, as well as by conducting bibliographical and documentary research. It was discovered that the sanitary conditions of the riverside dwellers are precarious and only 1% of the houses in the suburbs mentioned are connected to the public sewers. It was established that the Rio Doce is intensively exploited through the extraction of sand for the building trade, irrigation of riverside vegetable plots and use of the water for bathing, washing of clothes and leisure. It was also found that about 40% of the population resident in this area has migrated from the rural zone, which is one of the factors rendering it difficult for them to adapt to the urban setting. Such information can be of use to the authorities in the environmental planning of these districts and their sustainable development

Relevância:

100.00% 100.00%

Publicador:

Resumo:

In this beginning of the XXI century, the Geology moves for new ways that demand a capacity to work with different information and new tools. It is within this context that the analog characterization has important in the prediction and understanding the lateral changes in the geometry and facies distribution. In the present work was developed a methodology for integration the geological and geophysical data in transitional recent deposits, the modeling of petroliferous reservoirs, the volume calculation and the uncertainties associate with this volume. For this purpose it was carried planialtimetric and geophysics (Ground Penetrating Radar) surveys in three areas of the Parnaíba River. With this information, it was possible to visualize the overlap of different estuary channels and make the delimitation of the channel geometry (width and thickness). For three-dimensional visualization and modeling were used two of the main reservoirs modeling software. These studies were performed with the collected parameters and the data of two reservoirs. The first was created with the Potiguar Basin wells data existents in the literature and corresponding to Açu IV unit. In the second case was used a real database of the Northern Sea. In the procedures of reservoirs modeling different workflows were created and generated five study cases with their volume calculation. Afterwards an analysis was realized to quantify the uncertainties in the geological modeling and their influence in the volume. This analysis was oriented to test the generating see and the analogous data use in the model construction

Relevância:

100.00% 100.00%

Publicador:

Resumo:

This thesis describes the general behavior of the northern shore of the State of Rio Grande do Norte relating beach profile morphology with hydrodynamic and sedimentological parameters. The Macau and Serra Oil Field are inserted on this area and are under accelerated coastal erosion. At these oil fields are installed oil wells from PETROBRAS, nowadays located directly in the shoreline, under constant attacks of coastal processes (e.g. waves, tides and currents), which promote an intense morphodynamic variability of this sandy coast. The area was monitored for 24 months in three different stations (P01, P02 and P03). The methodology applied involved current techniques of beach profiles, hydrodynamical processes, remote sensing and geophysics. A synthesis of results obtained through the use of different time scales (monthly, lunar cycle, seasonal, annual) from a coastal dynamics study is presented. The average wind direction corresponded to 77ºAz (NE). The steepness of the berm and of the shoreface, as well as coastal current direction, do not present major changes, with an average of 36º for the steepness of the berm, 15º for the shoreface and 15º for the coastal current direction. This data set allows us to infer that the months of larger coastal erosion were November/2000 and April/2001, because of the largest wave parameter during this time. The months of worse coastal erosion in this area are related with the increasing wavy energy. This in turn, seems to be related to seasonal climatic variations, with the wave energy and tide currents speed increasing during months of minor precipitations (June to January). The months of worse coastal erosion were September and November, when the largest wave parameters and speed currents are measured in the area. Since these months are included on the period of minor precipitations, we related the coastal erosion to seasonal climatic variations. The results obtained during these 24 months of monitoring confirms a situation of accentuated erosion, mainly in Profile 03 (Barra do Corta-Cachorro), where the wave height, period, and coastal current speed are always larger than the values found in Profile 02 (Macau5). Probably these values are more expressive in Profile 03, because it does not present any natural structure of protection against the wave impacts, as the barrier island located at Ponta do Tubarão, or the sand banks in front of Macau5. The transport of the sediments occurs from East to West, and the sand accumulation is more pronounced on Profile 03 intertidal zone, where there are embrionary dunes in dryer months. The tidal currents speed, on the other hand, is more accentuated in the Macau5 area (Profile 02). At Ponta do Tubarão, the tidal currents presented a preferential direction for NE, at times of flood, currents and for NW, at times of ebb current; at Barra do Corta-Cachorro the direction of the currents were predominantly for NW, independent of the tide phase, coinciding with the preferential direction of the longshore current. This currents inversion at Ponta do Tubarão is attributed to the presence of the Ponta do Tubarão island barrier and by the communication channel of the lagoon with the sea. The tide currents are better observed in protected areas, as in the Ponta do Tubarão, when they present inversion in their direction accordingly to the flood and ebb tide. In open areas, as in Barra do Corta-Cachorro, the tide currents are overprinted by the longshore currents. Sediment analysis does not show important modifications in grain size related to seasonality (dry- and rainy seasons). On the foreshore and backshore zones, the sediments vary from fine to medium sand, while in the shoreface they very from fine to very sands. The grains are mostly spheres, varying from sub rounded to sub angled. Quartz is the main component alongside Feldspat and heavy minerals as accessory components. Biogenic content is also present and mainly represented by mollusks fragments. The calculated sediment transport show values around 100 m3/day. The morphodynamic studies indicated that this is a reflexive area from October to April, and intermediate from May to September. The Relative Tide Range-RTR for this area is 4 < RTR < 15, and so classified in the mixed wave-tide group. Having this exposed we can affirm that the more active natural factors in this area are the currents, followed by the tides and the winds. The anthropic factors are exclusively local and punctual (Macau and Serra Oil Field). Taking in account the economic importance of the area, as well as the intensity of coastal processes acting on this shore, it is important a continuity of the monthly environmental monitoring looking for variations on longer-period cycles. These data have been stored on the geo-referenced database of the projects MARPETRO and PETRORISCO (REDE 05), aiming to model the coastal and sea environment, susceptible to oil spills and their derivatives

Relevância:

100.00% 100.00%

Publicador:

Resumo:

This thesis deals with the sedimentological/stratigraphic and structural evolution of the sedimentary rocks that occur in the NW continental border of the Potiguar Basin. These rocks are well exposed along coastal cliffs between the localities of Lagoa do Mato and Icapuí, Ceará State (NE Brazil). The sedimentological/stratigraphic study involved, at the outcrop scale, detailed facies descriptions, profile mapping of the vertical succession of different beds, and columnar sections displaying inferred lateral relationships. The approach was complemented by granulometric and petrographic analyses, including the characterization of heavy mineral assemblages. The data set allowed to recognize two kinds of lithological units, a carbonate one of very restricted occurrence at the base of the cliffs, and three younger, distinct siliciclastic units, that predominate along the cliffs, in vertical and lateral extent. The carbonate rocks were correlated to the late Cretaceous Jandaíra Formation, which is covered by the siliciclastic Barreiras Formation. The Barreiras Formation occurs in two distinct structural settings, the usual one with nondeformed, subhorizontal strata, or as tilted beds, affected by strong deformation. Two lithofacies were recognized, vertically arranged or in fault contacts. The lower facies is characterized by silty-argillaceous sandstones with low-angle cross bedding; the upper facies comprises medium to coarse grained sandstones, with conglomeratic layers. The Tibau Formation (medium to coarse-grained sandstones with argillite intercalations) occurs at the NW side of the studied area, laterally interlayered with the Barreiras Formation. Eolic sediments correlated to the Potengi Formation overly the former units, either displaying an angular unconformity, or simply an erosional contact (stratigraphic unconformity). Outstanding structural features, identified in the Barreiras Formation, led to characterize a neocenozoic stress field, which generated faults and folds and/or reactivated older structures in the subjacent late cretaceous (to paleogene, in the offshore basin) section. The structures recognized in the Barreiras Formation comprise two distinct assemblages, namely a main extensional deformation between the localities of Ponta Grossa and Redonda, and a contractional style (succeeded by oblique extensional structures) at Vila Nova. In the first case, the structural assemblage is dominated by N-S (N±20°Az) steep to gently-dipping extensional faults, displaying a domino-style or listric geometry with associated roll-over structures. This deformation pattern is explained by an E-W/WNW extension, contemporaneous with deposition of the upper facies of the Barreiras Formation, during the time interval Miocene to Pleistocene. Strong rotation of blocks and faults generated low-angle distensional faults and, locally, subvertical bedding, allowing to estimate very high strain states, with extension estimates varying between 40% up to 200%. Numerous detachment zones, parallel to bedding, help to acommodate this intense deformation. The detachment surfaces and a large number of faults display mesoscopic features analoguous to the ones of ductile shear zones, with development of S-C fabrics, shear bands, sigmoidal clasts and others, pointing to a hydroplastic deformation regime in these cases. Local occurrences of the Jandaíra limestone are controled by extensional faults that exhume the pre-Barreiras section, including an earlier event with N-S extension. Finally, WNWtrending extensional shear zones and faults are compatible with the Holocene stress field along the present continental margin. In the Vila Nova region, close to Icapuí, gentle normal folds with fold hinges shallowly pluging to SSW affect the lower facies of the Barreiras Formation, displaying an incipient dissolution cleavage associated with an extension lineation at high rake (a S>L fabric). Deposition of the upper facies siliciclastics is controlled by pull-apart graben structures, bordered by N-NE-trending sinistral-normal shear zones and faults, characterizing an structural inversion. Microstructures are compatible with tectonic deformation of the sedimentary pile, burried at shallow depths. The observed features point to high pore fluid pressures during deformation of the sediments, producing hydroplastic structures through mechanisms of granular flow. Such structures are overprinted by microfractures and microfaults (an essentially brittle regime), tracking the change to microfracturing and frictional shear mechanisms accompanying progressive dewatering and sediment lithification. Correlation of the structures observed at the surface with those present at depth was tested through geophysical data (Ground Penetrating Radar, seismics and a magnetic map). EW and NE-trending lineaments are observed in the magnetic map. The seismic sections display several examples of positive flower structures which affect the base of the cretaceous sediments; at higher stratigraphic levels, normal components/slips are compatible with the negative structural inversion characterized at the surface. Such correlations assisted in proposing a structural model compatible with the regional tectonic framework. The strong neogenepleistocene deformation is necessarily propagated in the subsurface, affecting the late cretaceous section (Açu and Jandaíra formations), wich host the hydrocarbon reservoirs in this portion of the Potiguar Basin. The proposed structural model is related to the dextral transcurrent/transform deformation along the Equatorial Margin, associated with transpressive terminations of E-W fault zones, or at their intersections with NE-trending lineaments, such as the Ponta Grossa-Fazenda Belém one (the LPGFB, itself controlled by a Brasiliano-age strike-slip shear zone). In a first step (and possibly during the late Cretaceous to Paleogene), this lineament was activated under a sinistral transpressional regime (antithetic to the main dextral deformation in the E-W zones), giving way to the folds in the lower facies of the Barreiras Formation, as well as the positive flower structures mapped through the seismic sections, at depth. This stage was succeeded (or was penecontemporaneous) by the extensional structures related to a (also sinistral) transtensional movement stage, associated to volcanism (Macau, Messejana) and thermal doming processes during the Neogene-Pleistocene time interval. This structural model has direct implications to hydrocarbon exploration and exploitation activities at this sector of the Potiguar Basin and its offshore continuation. The structure of the reservoirs at depth (Açu Formation sandstones of the post-rift section) may be controlled (or at least, strongly influenced) by the deformation geometry and kinematics characterized at the surface. In addition, the deformation event recognized in the Barreiras Formation has an age close to the one postulated for the oil maturation and migration in the basin, between the Oligocene to the Miocene. In this way, the described structural cenario represents a valid model to understand the conditions of hydrocarbon transport and acummulation through space openings, trap formation and destruction. This model is potentially applicable to the NW region of the Potiguar Basin and other sectors with a similar structural setting, along the brazilian Equatorial Atlantic Margin